]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/unfold-all-repeats.ly
.ly version update.
[lilypond.git] / input / test / unfold-all-repeats.ly
index 006fcc144abaeadd9bff36ac19ecdaebaca3807a..8c548053a215875cbcd0fc5f92f64c3f43aea031 100644 (file)
@@ -1,3 +1,5 @@
+\version "1.9.8"
+% regression.  -gp
 
 \header { 
 texidoc = "The standard function unfold-repeats will recursively unfold
@@ -18,8 +20,9 @@ mel = \notes \context Staff {
 
 \score { \notes {
   \mel \break
-%%  \apply #unfold-repeats \mel  FIXME
+  \apply #unfold-repeats \mel 
  }
 }
 
 
+