]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-unfold-repeat.ly
* Documentation/user/changing-defaults.itely (Creating contexts):
[lilypond.git] / input / regression / grace-unfold-repeat.ly
index 1bf347b3bc3c982a22955cb5d1f6ccc508a1765e..c240ec61d2285f3a10d731d9b6458a9eefc0f05b 100644 (file)
@@ -1,16 +1,13 @@
-#(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "2.1.30"
 \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}
 
   }