lilypond-user
[Top][All Lists]
Advanced

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

Fwd: vertical spacing


From: Ole Schmidt
Subject: Fwd: vertical spacing
Date: Fri, 5 Feb 2010 11:22:31 +0100

oops, it does have an effect, but between the wrong systems (see attached jpg),
how can I achive distance between the first two and the second two systems?

thanks

ole              

Attachment: Bild 2010-02-05 um 11.18.54.jpg
Description: image/jpg





Am 05.02.2010 um 02:08 schrieb Neil Puttock:

Try setting padding in between-system-spacing:

\paper {
between-system-spacing = #'((padding . 1))
}

Regards,
Neil

Thanks, but
when I put this line in my paper block it does have no effect, what am I doing wrong?


ole

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.13.7"

\header { tagline =  ##f }
\layout { \context
  {  \Score
  \remove "Bar_number_engraver"  }   }

  \paper { indent= 0\cm  ragged-right= ##t  
between-system-spacing = #'((padding . 3))  }
\book {

\score {
\new Staff {
\relative c'' {
g8 f f2. |\break
c4 bes4 r2

}
}

\header { piece = "One"
opus =  "Kurzfassung"
}

}

\score {
\new Staff {
\relative c'' {
g8 f f2. |\break
c4 bes4 r2

}
}
}
\header { piece = "Two"
opus =  "Kurzfassung"
}



}





reply via email to

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