bug-lilypond
[Top][All Lists]
Advanced

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

Bars after grace


From: Rune Zedeler
Subject: Bars after grace
Date: Thu, 05 Sep 2002 16:30:44 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

The bar number engraver does not check the grace-part of the time-moments and hence all bar-lines with main-timing=0 gets bar numbers. How to correct this? (I.e. how do you know how long the current grace section is?)



\score {
    \context Thread \notes \transpose c'' {
        \property Score.BarNumber \override #'break-visibility = #all-visible
        c1 \grace {c8 d e f} \bar "|" c1
    }
}



-Rune





reply via email to

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