lilypond-user
[Top][All Lists]
Advanced

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

Re: Trying to set next-padding to 0


From: Marcus Macauley
Subject: Re: Trying to set next-padding to 0
Date: Sat, 14 Oct 2006 23:29:11 -0400
User-agent: Opera Mail/9.00 (Linux)

Stephen Torri wrote:
Below is my attempt at setting the next-padding value to 0 in a score so
that the individual measure lines are moving closer to each other. With
the annotate-spacing set to true I don't see next-padding changing to
zero.

What is the proper way to set next-padding?

Stephen

\score {
<<
    \overrideProperty #"Score.NonMusicalPaperColumn"
    #'line-break-system-details
    #'((next-padding . 0))

        \chords { \global \harmonies }
        \new Voice { << \global \voices >> }
        \lyricsto "People" \new Lyrics \firstVerse
        \lyricsto "People" \new Lyrics \secondVerse
        \lyricsto "People" \new Lyrics \thirdVerse
        \lyricsto "Chorus" \new Lyrics \chorusVerse
>>
}

I think I spot a typo:

\overrideProperty should be \outputProperty

(based on http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Difficult-tweaks.html )

Marcus




reply via email to

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