If you want to make incomplete measures, you have to use "\property Score.measureLength" to set the actual length of the measure like in the following example:

\score {
        \notes {
                \time 3/4
                \property Score.measureLength = #(ly:make-moment 5 8)
                a'4 b' c''8 \bar ":|:"
                \property Score.measureLength = #(ly:make-moment 6 8)
                d''8
                d e f a b c d e f a b c d a
        }
}

Frédéric



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to