James E. Bailey wrote:

I would just not use partial. You know that you can put in a bar line even if the measure isn't complete.
James E. Bailey
Yes, in situations like the following one:
\relative c'{
 \partial 4 c4 | c d e f | g2. \bar "||" \break
 e4 | g f e d | c2. \bar "|."
}

but not in situations like

\relative c' {
 c4 d e f  | g1 \bar "||" \break
 \set Score.measurePosition = #(ly:make-moment 3 4)
 e | g f e d | c2. \bar "|."
}

where the upbeat does not match the preceding measure. I suspect that Tim's question was about the latter case. (Of course you can question the mathematical abilities of the composer in this case, but I've seen several printed scores that use this kind of construct.)

    /Mats



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

Reply via email to