]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-unfold-repeat.ly
* lily/align-interface.cc, lily/axis-group-engraver.cc: spell
[lilypond.git] / input / regression / grace-unfold-repeat.ly
index afe449af81ee8568fe7b500c43bf308ee0a94c4d..1fda839e588f264dcf7a4ca26389433d7e344452 100644 (file)
@@ -1,16 +1,15 @@
-\version "1.5.68"
+\version "2.1.22"
 \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}
 
   }
 }
+