]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / repeat-unfold-all.ly
index b457264795fe4d0f42733a0bd5cff4aadb4a0332..0d047b6304747cc78182414c1bfda823692e492c 100644 (file)
@@ -1,18 +1,18 @@
-\version "2.3.16"
+\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  }
 }
-\paper {raggedright = ##t} 
+\layout {ragged-right = ##t} 
 
 \context Voice {
     \nots
     \bar "||"
-    \unfoldrepeats \nots
+    \unfoldRepeats \nots
 }