Le lundi 10 avril 2023 à 11:55 +0200, Johannes Roeßler a écrit :
> Hi,  
> neither the clef position (which is mentioned in the       documentation, so 
> this is expected) - nor the middelCPosition move the key signature.  
>       How do I have to move it?  
> 
> \version "2.24.0"  
>         {  
>           \key f\major  
>           bes'2  
>   
>           \key c\major  
>           bes'2  
>   
>           \set Staff.clefPosition = #1  
>           \set Staff.middleCPosition = #-3  
>           \key f\major  
>   
>           bes'2  
>         }  

Is this still for your custom clef with an EPS file thing? Consider baking the 
offset into the markup itself, e.g.,

```
  \override Staff.Clef.stencil = #ly:text-interface::print
  \override Staff.Clef.text =
    \markup \lower #0.5 \epsfile #X #1.5 "XXX"
```

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to