G'day.

Is there a reason why \barNumberCheck breaks multi-measure rests?
Or is this a bug?

Thanks,
Andrew Bromage

% Example follows

\version "2.19.60"

Timeline = {
    \time 3/2

    s1. * 9 \barNumberCheck #10
    s1. * 8 \bar "|."
}

ViolinOne =  \relative c'' { R1. * 15 | r1 g2 | c1. }

\score {
    \new Staff
    <<
        \Timeline
        \context Voice = "Violin 1" {
            \compressFullBarRests
            \clef treble \ViolinOne
        }
    >>

    \layout { \context { \Staff \compressFullBarRests } }
}


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

Reply via email to