]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-unfold-all.ly
Replace internal_get_property with get_property where possible
[lilypond.git] / input / regression / repeat-unfold-all.ly
index 2c60dd88bcc59559f8060ff5b5f8f08eb71b3823..dc8a79c27928ef1e916dbc63e437fee518c2d3d8 100644 (file)
@@ -1,18 +1,18 @@
-\version "2.3.4"
+\version "2.16.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
 }