]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-unfold-repeat.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-unfold-repeat.ly
index 9b580ceb31763cb05b4a92019f359387a5b60b6f..354add8d8c7c90b70dd3a0806608c30681485e42 100644 (file)
@@ -1,15 +1,15 @@
+\version "2.14.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'{
 
-    % Bug 2: What happens with the grace notes here?
-    \repeat unfold  10 {\grace d8 c4 d e f}
 
-  }
+\context Voice \relative c'{
+  \repeat unfold  10 {\grace d8 c4 d e f}
+
 }
+
+