lilypond-user
[Top][All Lists]
Advanced

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

Vertical spacing


From: address@hidden
Subject: Vertical spacing
Date: Wed, 07 Oct 2009 01:28:28 +0200

Neither the \override nor between-system-padding has any effect in the example 
below.
Sorry, I might have missed something, but found no solution. Could anyone 
please explain?

Thomas
LilyPond 2.13.4 on Debian 5.0

--
\version "2.13.4"
 
\paper {
 between-system-padding = 1.0 \in
 }

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
 >>
}








reply via email to

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