lilypond-user
[Top][All Lists]
Advanced

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

Re: Clef modifier vertical position


From: Pierre Perol-Schneider
Subject: Re: Clef modifier vertical position
Date: Tue, 10 Jan 2017 07:17:35 +0100

+1, I'd use extra-offset too.

You could also do:

\version "2.18.2"
\layout {
  \context {
    \Staff
    \clef "F_8"
    \override ClefModifier.staff-padding = #'()
    %\override ClefModifier.padding = #.6
  }
} { c }

Cheers,
Pierre


2017-01-10 6:28 GMT+01:00 Urs Liska <address@hidden>:


Am 10. Januar 2017 04:26:01 MEZ schrieb Andrew Bernard <address@hidden>:
>I am using clefs of type "bass_8". We would like to have the 8 directly
>under the clef glyph rather than under the staff. Using the
>clef-alignments
>property of ClefModifier, there does not seem to be the ability to move
>the
>numeral up or down, only sideways, Any suggestions anybody?

Isn't this a case for extra-offset?

Urs
>
>Andrew

--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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