On 25/03/12 10:31, Michael Ellis wrote:
mymusic = {
\time 4/4
\repeat volta 2 {
g'1
\barNumberCheck #2
}
c'1
\barNumberCheck #3
}
Use the "|" character instead for barchecks:
mymusic = {
\time 4/4
\repeat volta 2 {
g'1 |
}
c'1 |
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
