lilypond-user
[Top][All Lists]
Advanced

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

Re: Clef modifier vertical position


From: Noeck
Subject: Re: Clef modifier vertical position
Date: Wed, 11 Jan 2017 07:19:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

Hi Andrew,

Am 11.01.2017 um 04:29 schrieb Andrew Bernard:
> I never knew you apply layout modifications to things like \clef "F_8".

I was also excited. But in my test, it does not:

\version "2.19.50"

\layout {
  \context {
    \Staff
    \clef "F_8"
    \override ClefModifier.staff-padding = #'()
    \override ClefModifier.padding = #1.0
  }
}

<<
  \new Staff { \clef "treble_8" c }
  \new Staff { c }
>>

It just sets the "F_8" as default clef for all staves and it overrides
the position for all ClefModifiers. It just happens that the treble_8 is
not affected by the staff-padding. I commented in the padding, too, and
you see that both are affected.

Best,
Joram



reply via email to

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