]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/unfold-all-repeats.ly
* lily/include/paper-system.hh (class Paper_system): remove
[lilypond.git] / input / test / unfold-all-repeats.ly
index cc7e831b13703b37ac70e81faf10995d11f3c354..153c930f17dd2900ef086f1d5aa354c36328f58d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.7.10"
 
 \header { 
 texidoc = "Applying the standard function @code{unfold-repeats} unfolds 
@@ -18,7 +18,7 @@ mel =  \context Staff {
 
 \score {  {
   \mel \break
-  \applymusic #unfold-repeats \mel 
+  \applyMusic #unfold-repeats \mel 
  }
 }