Does it make sense that the following example (using GNU LilyPond 1.6.6) creates one set of notes and omits the double percent repeat but works correctly when skipBars = ##f ?

\include "paper20.ly"

\score {
\context Staff <
\property Score.skipBars = ##t
\notes {
\repeat "percent" 2 { g2 a g a }
}
>
}

TIA,

Paul Scott



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to