]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/grace.ly
release: 1.1.56
[lilypond.git] / input / test / grace.ly
index 47e235cb33538a6404fef18ac8ca9937d20d8114..2155314bed2e3fa24c800843e8e95a0e98c1e401 100644 (file)
@@ -1,8 +1,9 @@
 
 \score {\notes \context Voice = VA \relative c'' {
        \grace c8 c4
-       \grace { [c32 c32] } c4
+       \grace { [c32 cis32] } c4
+       \grace { [c32 c32] } \times 2/3 { [c8 c c] }    
         \grace { [b32 ( c32] } c4
-       \grace c8 [c8 c8]
+       \grace c16 [c8 c8]
 }
 }