]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-beam.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / grace-beam.ly
index 2a485921958af9531490c5d8c91dd989916439eb..0aa75547f8ad4a27f5e8a6793aa6bc4a2b407685 100644 (file)
@@ -1,10 +1,19 @@
+
 \header
 {
-texidoc = "Grace beams and normal beams may occur simultaneously.
+  texidoc = "Grace beams and normal beams may occur simultaneously.
 Unbeamed grace notes are not put into normal beams.
 "
 }
 
-\version "1.7.18"
-\score { \notes\relative c'' { c4  d8-[ \grace {  e32-[  d c d] } e8]  e-[  e \grace { f16 } e8 e]   }}
-%% new-chords-done %%
+\layout { ragged-right= ##t }
+
+
+\version "2.16.0"
+\relative c'' {
+  c4  d8[
+    \grace {  e32[  d c d] } e8]
+  e[  e
+      \grace { f16 } e8 e]
+}
+