lilypond-user
[Top][All Lists]
Advanced

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

Bug with cadenzaOn?


From: Phil Holmes
Subject: Bug with cadenzaOn?
Date: Sat, 20 Mar 2010 18:39:12 -0000

Not a big deal, and my apologies for raising possible bugs rather too frequently, but...

Run the following:

\version "2.8.0"
{
<<
\new Staff <<
\new Voice {
\clef "treble_8"
\time 4/4
r1  r1 |
R1*4/4  \bar "|." }

\new Staff <<
\new Voice {
\clef "treble_8"
\time 4/4
\cadenzaOn  c'4 c'4 c'4 c'4 c'4 c'4 c'4 c'4 \cadenzaOff   |
R1*4/4  \bar "|."
}


}

and the logfile includes:

CadenzaTestSmall.ly:9:8: warning: barcheck failed at: 2
r1  r1
       |

Reverse the order of the Staves:

\version "2.8.0"
{
\new Staff <<
\new Voice {
\clef "treble_8"
\time 4/4
\cadenzaOn  c'4 c'4 c'4 c'4 c'4 c'4 c'4 c'4 \cadenzaOff   |
R1*4/4  \bar "|."
}

<<
\new Staff <<
\new Voice {
\clef "treble_8"
\time 4/4
r1  r1 |
R1*4/4  \bar "|." }


}

and it runs clean.

--
Phil Holmes






reply via email to

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