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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to