]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-unfold-repeat.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / input / regression / grace-unfold-repeat.ly
index 8a74c5059580d3652cd33d55a23401a4a236cd36..09f1983a0eb8a7d95857a32c5dea22fc30d24c18 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.1.7"
+\version "2.16.0"
 \header {
-    texidoc = "Grace notes and unfolded repeats.
-Line breaks may happen before  grace  notes.
+  texidoc = "When grace notes are entered with unfolded repeats,
+line breaks take place before  grace  notes.
 "
 }
-    
 
-\score{
-  \notes\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}
+
 }
 
+