lilypond-user
[Top][All Lists]
Advanced

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

VerticalAxisGroup #'minimum-Y-extent


From: Thomas Scharkowski
Subject: VerticalAxisGroup #'minimum-Y-extent
Date: Tue, 06 Oct 2009 11:06:23 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Hi,

in the followng example the \override does not seem to have any effect.
What ist wrong?

Thanks
Thomas

--
\version "2.13.4"
\score {
        <<
        \new Staff {
        c'1
        \break
        c'
        }
        \new Staff {
        c'1
        \break
        c'
        }
        >>
        \layout {
        \context {
        \Staff
        \override VerticalAxisGroup #'minimum-Y-extent = #'(-12 . 12)
        }
        }




reply via email to

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