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