]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/grace.ly
partial: 1.3.25.jcn
[lilypond.git] / input / test / grace.ly
index 86e3c94d2cfe5291c21ffad55b3537bf7e5871ed..ee5fe5da8e0adc76b00e0ef8b93455b84f4ab8ba 100644 (file)
@@ -1,29 +1,14 @@
 
-\version "1.0.4";
-
-\include "table13.ly";
-\include "table16.ly";
-
-\score{
-       <
-       \type Staff = a \notes\relative c <
-%              {\grace b''8 \graceat a4 \ecarg g fis2 | a2 a }
-               {\tiny b''8*1/16 \normalsize a4*31/32 g fis2 | a2 a }
-       >
-       \type Staff = b \notes\relative c <
-%              {\grace g''16 b16 \graceat a4 \ecarg g fis2 | }
-               {\tiny g''16*1/16 b16*1/16 \normalsize a4*31/32 g fis2 | a1 }
-       >
-       \type Staff = c \notes\relative c <
-%              {\grace [2/48 g''16 b g]/1 \graceat a4 \ecarg g fis2 | a1 }
-               {\tiny [2/48 g''16 b g]/1 \normalsize a4*31/32 g fis2 | a1 }
-       >
-       >
-       \paper {
-               linewidth = 120.0\mm;
-               -2 = \symboltables { \table_thirteen }  
-               -1 = \symboltables { \table_sixteen }
-
-       }
+\score {\notes \context Voice = VA \relative c'' {
+       \grace b8 c4-\fermata
+       \grace { [c32 cis32] } gis4
+       \grace { [cis32 dis32] } e4
+       \grace { [c32 d] }\times 2/3 { [c8 c c] }
+        \grace { [b32 ( c32] } ) c4
+       \grace  <c16 d16> [c8 c8]
+%      \grace  c16 [c8 c8]
+       \grace  { \property Grace.graceAlignPosition = \right c16} c4
+}
+\paper {linewidth = -1.;}
+\midi{ }
 }
-