]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Release: bump version.
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 86057d58ba1b21477eb058d8a5d7d745a37988d0..eae3684bf977428fadac9fa8f241c151c0b665c6 100644 (file)
@@ -1,18 +1,18 @@
-\version "2.3.17"
+\version "2.14.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  }
 }
-\paper {raggedright = ##t} 
+\layout {ragged-right = ##t} 
 
 \context Voice {
     \nots
     \bar "||"
-    \unfoldrepeats \nots
+    \unfoldRepeats \nots
 }