]> 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 22ab0f28bdf066fd1c05b5c37c278c5489160982..0aa75547f8ad4a27f5e8a6793aa6bc4a2b407685 100644 (file)
@@ -1,13 +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.
 "
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
-\version "1.7.18"
-\score { \notes\relative c'' { c4  d8-[ \grace {  e32-[  d c d] } e8]  e-[  e \grace { f16 } e8 e]   }}
+\version "2.16.0"
+\relative c'' {
+  c4  d8[
+    \grace {  e32[  d c d] } e8]
+  e[  e
+      \grace { f16 } e8 e]
+}