]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/grace.ly
release: 1.1.52
[lilypond.git] / input / test / grace.ly
index 5d625966ca6c95294de424c8e71cdfa7292b6d59..47e235cb33538a6404fef18ac8ca9937d20d8114 100644 (file)
@@ -1,24 +1,8 @@
 
-\version "1.0.14";
-
-\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 \times 2/48 { [ g''16 b g] } \graceat a4 \ecarg g fis2 | a1 }
-               {\tiny \times 2/48 { [ g''16 b g] } \normalsize a4*31/32 g fis2 | a1 }
-       >
-       >
-       \paper {
-               linewidth = 120.0\mm;
-               \translator { \VoiceContext  }
-       }
+\score {\notes \context Voice = VA \relative c'' {
+       \grace c8 c4
+       \grace { [c32 c32] } c4
+        \grace { [b32 ( c32] } c4
+       \grace c8 [c8 c8]
+}
 }
-