lilypond-user
[Top][All Lists]
Advanced

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

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


From: Thomas Scharkowski
Subject: Re: \override Staff.VerticalAxisGroup #'minimum-X-extent
Date: Sat, 16 Feb 2008 16:23:05 +0100

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:
> 
> %%%% %  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.






reply via email to

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