]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/grace.ly
release: 1.1.67
[lilypond.git] / input / test / grace.ly
index 6c68d06e8f2e83ee59e247c3fa63ce1026e13f88..d9cdb871cdc416a8c667ae7611efd6fff6e317e2 100644 (file)
@@ -1,6 +1,6 @@
 
 \score {\notes \context Voice = VA \relative c'' {
-       \grace c8 c4
+       \grace b8 c4
        \grace { [c32 cis32] } gis4
        \grace { [cis32 dis32] } e4
        \grace { [c32 d] }\times 2/3 { [c8 c c] }
@@ -10,4 +10,5 @@
        \grace  { \property Grace.graceAlignPosition = \right c16} c4
 }
 \paper {linewidth = -1.;}
+\midi{ }
 }