]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/grace.ly
release: 1.1.43
[lilypond.git] / input / test / grace.ly
index 8419d39a3fb2521e706ac16daebdb0542fec0598..966da1b65f622dd954f900b757ae323153a1fc2b 100644 (file)
@@ -1,29 +1,24 @@
 
-\version "1.0.14";
-
-\include "table13.ly";
-\include "table16.ly";
+\version "1.0.19";
 
 \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 }
        >
        >
        \paper {
                linewidth = 120.0\mm;
-               -2 = \symboltables { \table_thirteen }  
-               -1 = \symboltables { \table_sixteen }
-
+               \translator { \VoiceContext  }
        }
 }