]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-number-volta-repeat.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / bar-number-volta-repeat.ly
index fe9a194d0f3ec7746970044d8dc09157aab7b9b6..44b356da30112ea5724d30ab248442e12f9ece55 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.22"
 
 \header {
   texidoc = "Bar numbers can automatically reset at volta repeats.
@@ -6,13 +6,13 @@
 }
 
 musicWithBarNumberCheck =
-#(define-music-function (parser location n)
+#(define-music-function (n)
   (integer?)
 #{
-  \relative c' {
-    \override Score.BarNumber.break-visibility = #'#(#t #t #t)
+  \relative {
+    \override Score.BarNumber.break-visibility = ##(#t #t #t)
     \repeat volta 28 {
-     c1 |
+     c'1 |
      c |
      c |
     }