lilypond-user
[Top][All Lists]
Advanced

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

Re: Beaming and barlines


From: Frédéric Bron
Subject: Re: Beaming and barlines
Date: Sun, 24 Aug 2003 06:55:05 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

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





reply via email to

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