]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-unfold-repeat.ly
More collision tests.
[lilypond.git] / input / regression / grace-unfold-repeat.ly
index 29a5e80526c2790f6c5596e4a8e118f4b4a64d5d..0addd65e57c0c7fe7ff1d6c8bb5e264a437e86a5 100644 (file)
@@ -1,16 +1,13 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.3.4"
 \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?
+  \context Voice \relative c'{
     \repeat unfold  10 {\grace d8 c4 d e f}
 
   }