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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to