]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-number-volta-repeat.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / bar-number-volta-repeat.ly
index 6a3e4bf0758c3c6562f4a675fe2e5798063bd86c..a8bb15491a57e8888e838c37fcf91014c61ffa26 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.21"
 
 \header {
   texidoc = "Bar numbers can automatically reset at volta repeats.
@@ -9,10 +9,10 @@ musicWithBarNumberCheck =
 #(define-music-function (parser location n)
   (integer?)
 #{
-  \relative c' {
+  \relative {
     \override Score.BarNumber.break-visibility = ##(#t #t #t)
     \repeat volta 28 {
-     c1 |
+     c'1 |
      c |
      c |
     }