]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 393099a1fa4d3291b9e6ea601ac008aee4e4d82d..4711f7598ad837a19394c9e52facd10bd1966262 100644 (file)
@@ -1,18 +1,18 @@
-\version "2.3.22"
+\version "2.12.0"
 
 \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  }
 }
-\layout {raggedright = ##t} 
+\layout {ragged-right = ##t} 
 
 \context Voice {
     \nots
     \bar "||"
-    \unfoldrepeats \nots
+    \unfoldRepeats \nots
 }