]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/test-lyrics.ly
patch::: 1.3.26.jcn1
[lilypond.git] / input / test / test-lyrics.ly
index 01db413dbc233d8e3b68d6f153a631dba3760954..89146f1c4ecbccc4dfff6c143b85a35610fc3bcc 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.0.7";
+\version "1.3.5";
 
 $somewhat_long = \lyrics{
-       \property Lyrics . textstyle = "roman" 
+       \property Lyrics . textStyle = "roman" 
        AaaaaaA2
        BbbbbbB2
        CcccccC2 
@@ -11,7 +11,7 @@ $somewhat_long = \lyrics{
 }
 
 $rather_long = \lyrics{
-       \property Lyrics . textstyle = "roman" 
+       \property Lyrics . textStyle = "roman" 
        LLLLoooonggggg2 
        Syyllllaaabbble2 
        LLLLoooonggggg2 
@@ -21,7 +21,7 @@ $rather_long = \lyrics{
 }
 
 $quite_long = \lyrics{
-       \property Lyrics . textstyle = "roman"
+       \property Lyrics . textStyle = "roman"
        LLLLLLLLLooooongggggggg2 
        Syyyyyyyyyyyyylllllllaaaaaabbble2 
        LLLLLLLLLooooongggggggg2 
@@ -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
 >