lilypond-user
[Top][All Lists]
Advanced

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

ossia vertical spacing


From: eluze
Subject: ossia vertical spacing
Date: Tue, 27 Sep 2011 11:13:39 +0200
User-agent: Opera Mail/11.51 (Win32)

hi

assuming you are using ungrouped staves you can use something like

\layout {
  \context {
    \Staff
    \override VerticalAxisGroup #'default-staff-staff-spacing = #'(
      (basic-distance . 0)
      (minimum-distance . 0)
      (padding . -2)
      (stretchability . 90)
    )
  }
}

and play around with the numbers!

this is discribed in the chapter you mention: "Spacing of ungrouped staves"

Eluze



reply via email to

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