]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-beam.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / grace-beam.ly
index 7605845a2e67312ceda5d8a4bb683eaf2e2b6866..7f171b4393f485ed2231f6fd5848dad70b4d8d3c 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.6"
-\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.11.51"
+\relative c'' {
+  c4  d8[
+    \grace {  e32[  d c d] } e8]
+  e[  e
+      \grace { f16 } e8 e]
+}
+