]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/test-lyrics.ly
release: 1.2.14
[lilypond.git] / input / test / test-lyrics.ly
index 529dbf581b93707f795ca137bfd5932481dfcbe1..d59b8c4db983f7924f39bf267d9b51243cf1b219 100644 (file)
@@ -1,7 +1,7 @@
-\version "1.0.3";
+\version "1.2.0";
 
-$somewhat_long = \lyric{
-       \textstyle "roman" ;
+$somewhat_long = \lyrics{
+       \property Lyrics . textStyle = "roman" 
        AaaaaaA2
        BbbbbbB2
        CcccccC2 
@@ -10,8 +10,8 @@ $somewhat_long = \lyric{
        FfffffF2
 }
 
-$rather_long = \lyric{
-       \textstyle "roman" ;
+$rather_long = \lyrics{
+       \property Lyrics . textStyle = "roman" 
        LLLLoooonggggg2 
        Syyllllaaabbble2 
        LLLLoooonggggg2 
@@ -20,8 +20,8 @@ $rather_long = \lyric{
        Syyyylllaaabbble2
 }
 
-$quite_long = \lyric{
-       \textstyle "roman" ;
+$quite_long = \lyrics{
+       \property Lyrics . textStyle = "roman"
        LLLLLLLLLooooongggggggg2 
        Syyyyyyyyyyyyylllllllaaaaaabbble2 
        LLLLLLLLLooooongggggggg2 
@@ -30,15 +30,15 @@ $quite_long = \lyric{
        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
 >