]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/test-lyrics.ly
release: 1.1.43
[lilypond.git] / input / test / test-lyrics.ly
index bbeba82c454d5559ee1e314edd39f814c1793d1c..4ff7dbad308ed8d95785d4b3c545e930142674f4 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.0.10";
+\version "1.0.19";
 
 $somewhat_long = \lyrics{
        \property Lyrics . textstyle = "roman" 
@@ -30,15 +30,15 @@ $quite_long = \lyrics{
        Syyyyyyyyyyyyylllllllaaaaaabbble2
 }
 
-$somewhat_long_lyrics_staff = \type Lyrics = somewhat <
+$somewhat_long_lyrics_staff = \context Lyrics = somewhat <
        \$somewhat_long
 >
 
-$rather_long_lyrics_staff = \type Lyrics = rather <
+$rather_long_lyrics_staff = \context Lyrics = rather <
        \$rather_long
 >
 
-$quite_long_lyrics_staff = \type Lyrics = quite <
+$quite_long_lyrics_staff = \context Lyrics = quite <
        \$quite_long
 >
 
@@ -48,7 +48,7 @@ melody = \notes
        c4 e4 g4 e4  c4 e4 g4 e4  c4 e4 g4 e4  c4 e4 g4 e4
 }
 
-$melodic_staff = \type Staff = mel <
+$melodic_staff = \context Staff = mel <
        \melody
 >