]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-unfold-repeat.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-unfold-repeat.ly
index 5e3540d15cf7da1f45b9c27700838fc849c9bb71..09f1983a0eb8a7d95857a32c5dea22fc30d24c18 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.4.0"
+\version "2.16.0"
 \header {
-    texidoc = "When grace notes are entered with unfolded repeats,
+  texidoc = "When grace notes are entered with unfolded repeats,
 line breaks take place before  grace  notes.
 "
 }
-    
 
-\score{
-  \context Voice \relative c'{
-    \repeat unfold  10 {\grace d8 c4 d e f}
 
-  }
+
+\context Voice \relative c'{
+  \repeat unfold  10 {\grace d8 c4 d e f}
+
 }
 
+