lilypond-user
[Top][All Lists]
Advanced

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

barNumberCheck breaks multi-measure rests?


From: Andrew Bromage
Subject: barNumberCheck breaks multi-measure rests?
Date: Thu, 13 Jul 2017 10:20:00 +1000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

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 } }
}




reply via email to

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