lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Middle-C position doesn't move key signature


From: Jean Abou Samra
Subject: Re: Middle-C position doesn't move key signature
Date: Mon, 10 Apr 2023 16:44:02 +0200
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

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

[Prev in Thread] Current Thread [Next in Thread]