]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/relative-repeat.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / relative-repeat.ly
index 0fb40e07b424496bb5091d38bf68ee87ba314cc1..5b2c084bdd388691e25bde1e024b0a34d08f8ab9 100644 (file)
@@ -4,15 +4,15 @@ different result from writing the notes out in full.  The first
 system has all the notes within the stave.  In the second, the
 notes get progressively higher."
   }
-\version "2.16.0"
+\version "2.19.21"
 
-\relative c' {
-  c'1^"Using unfold"
+\relative {
+  c''1^"Using unfold"
   \repeat unfold 3 { f,2^"Repeated" bes2 }
   \alternative { { a2_"Alt1" c } { e_"Alt2" c } { b_"Alt3" d } }
 }
 
-\relative c' {
-  c'1^"The same notes, written out"
+\relative {
+  c''1^"The same notes, written out"
   f,2 bes2 a2 c f2 bes2 e c f2 bes2 b d
 }