lilypond-user
[Top][All Lists]
Advanced

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

Staff.VerticalExtent in lilypond 2.4.0?


From: Dominik Baenninger
Subject: Staff.VerticalExtent in lilypond 2.4.0?
Date: Fri, 5 Nov 2004 13:53:08 +0100 (CET)

In earlier versions of lilypond (e.g. 2.2.6) I reduced the space between
the staffs with

\score {
   << \set Staff.minimumVerticalExtent = #'(-1 . 1 )
      \set Staff.VerticalExtent = #'(-1 . 1 )
      \hornOneNotes>>}

>From the manual of 2.4.0 I learned that Staff.VerticalExtent does not
exist anymore. In which way can I reduce spaces between staffs? If I use

score {
   << \set Staff.minimumVerticalExtent = #'(-1 . 1 )
      \hornOneNotes>>}

As the manual says, then I can only increase but not decreas the space
between the staffs.

Has anyone an idea?

Dominik






reply via email to

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