Hi Thomas,
This \override does not have any effect, no error messages.
It has an effect... you just can't see it with a single Staff
context! =)
Try this instead:
%%%% % BEGIN SNIPPET
\version "2.11.37"
\paper { ragged-bottom = ##t }
music = \relative c'
{
\override Staff.VerticalAxisGroup #'minimum-Y-extent = #'( -20 . 0 )
\repeat unfold 24 { { c d e f } }
}
\score
{
<<
\new Staff \music
\new Staff \music
>>
}
%%%% % END SNIPPET
Hope this helps!
Kieren.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user