]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 92e8a47339e4bfea7f895eaa3ea672e419fb8dbb..0d047b6304747cc78182414c1bfda823692e492c 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.12.0"
+\version "2.19.21"
 
 \header { texidoc = "Volta repeats may be unfolded through the music
-    function @code{\unfoldRepeats}."
+    function @code{\\unfoldRepeats}."
 
 }
 
-nots = \relative c'   {
-    c4 \repeat volta 2 c4 \alternative { d e  }
+nots = \relative   {
+    c'4 \repeat volta 2 c4 \alternative { d e  }
 }
 \layout {ragged-right = ##t}