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.



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to