|
| From: | Kieren MacMillan |
| Subject: | Re: \override Staff.VerticalAxisGroup #'minimum-X-extent |
| Date: | Sat, 16 Feb 2008 09:42:12 -0500 |
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.
| [Prev in Thread] | Current Thread | [Next in Thread] |