lilypond-user
[Top][All Lists]
Advanced

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

Re: Force staff height


From: George_
Subject: Re: Force staff height
Date: Fri, 20 Nov 2009 08:55:09 -0800 (PST)



Neil Puttock wrote:
> 
> 
> Simply remove the \context block (inside \layout { }) which defines
> the Dynamics context; it should look similar to this:
> 
>     \context {
>       \type "Engraver_group"
>       \name Dynamics
>       \alias Voice
>       \consists "Output_property_engraver"
>       \consists "Piano_pedal_engraver"
>       \consists "Script_engraver"
>       \consists "New_dynamic_engraver"
>       \consists "Dynamic_align_engraver"
>       \consists "Text_engraver"
>       \consists "Skip_event_swallow_translator"
>       \consists "Axis_group_engraver"
> 
>       pedalSustainStrings = #'("Ped." "*Ped." "*")
>       pedalUnaCordaStrings = #'("una corda" "" "tre corde")
>       \override DynamicLineSpanner #'Y-offset = #0
>       \override TextScript #'font-size = #2
>       \override TextScript #'font-shape = #'italic
>       \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1)
>     }
> 
> 

Ah, right. Thank you! Maybe I should start getting to know how all this
stuff works...

George
-- 
View this message in context: 
http://old.nabble.com/Force-staff-height-tp26379926p26443585.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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