Re: \override Staff.VerticalAxisGroup #'minimum-X-extent

2008-02-16 Thread Thomas Scharkowski
Thank you Kieren, it used to work in single staff contexts before, I must have missed the change. Thomas > 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: >

Re: \override Staff.VerticalAxisGroup #'minimum-X-extent

2008-02-16 Thread Kieren MacMillan
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.Vert

\override Staff.VerticalAxisGroup #'minimum-X-extent

2008-02-16 Thread Thomas Scharkowski
This \override does not have any effect, no error messages. Could anyone explain or is it a bug? Thomas Windows XPSP2 -- \version "2.11.39" \relative c' { \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'( -20 . 0 ) \repeat unfold 24 { {c d e f} } } __