]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/grace.ly
release: 1.1.41
[lilypond.git] / input / test / grace.ly
index 5d625966ca6c95294de424c8e71cdfa7292b6d59..99421486de234e375d6631738cfa43f6d3edffb7 100644 (file)
@@ -1,17 +1,17 @@
 
-\version "1.0.14";
+\version "1.0.16";
 
 \score{
        <
-       \type Staff = a \notes\relative c <
+       \context 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 <
+       \context 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 <
+       \context 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 }
        >