]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/lyrics.ly
release: 1.3.147
[lilypond.git] / input / test / lyrics.ly
index 72a2f9a8b6977ed5fac7d65031a6ed980a4cf96b..19b1b54627295bae3e3fc14103a756f5597c869d 100644 (file)
@@ -1,7 +1,8 @@
-\version "1.3.96";
+4\version "1.3.146"
 
-$somewhat_long = \lyrics{
-       \property Lyrics . textStyle = "roman" 
+
+somewhatLong =  \lyrics{
+       \property Lyrics . LyricText \set #'font-style = #'roman 
        AaaaaaA2
        BbbbbbB2
        CcccccC2 
@@ -10,8 +11,8 @@ $somewhat_long = \lyrics{
        FfffffF2
 }
 
-$rather_long = \lyrics{
-       \property Lyrics . textStyle = "roman" 
+ratherLong =  \lyrics{
+       \property Lyrics . LyricText \set #'font-style = #'roman 
        LLLLoooonggggg2 
        Syyllllaaabbble2 
        LLLLoooonggggg2 
@@ -20,8 +21,8 @@ $rather_long = \lyrics{
        Syyyylllaaabbble2
 }
 
-$quite_long = \lyrics{
-       \property Lyrics . textStyle = "roman"
+quiteLong =  \lyrics{
+       \property Lyrics . LyricText \set #'font-style = #'roman
        LLLLLLLLLooooongggggggg2 
        Syyyyyyyyyyyyylllllllaaaaaabbble2 
        LLLLLLLLLooooongggggggg2 
@@ -30,35 +31,35 @@ $quite_long = \lyrics{
        Syyyyyyyyyyyyylllllllaaaaaabbble2
 }
 
-$somewhat_long_lyrics_staff = \context Lyrics = somewhat <
-       \$somewhat_long
+somewhatLongLyricsStaff =  \context Lyrics = somewhat <
+       \somewhatLong
 >
 
-$rather_long_lyrics_staff = \context Lyrics = rather <
-       \$rather_long
+ratherLongLyricsStaff =  \context Lyrics = rather <
+       \ratherLong
 >
 
-$quite_long_lyrics_staff = \context Lyrics = quite <
-       \$quite_long
+quiteLongLyricsStaff =  \context Lyrics = quite <
+       \quiteLong
 >
 
-melody = \notes
+melody =  \notes
 \transpose c'{
        c4 e4 g4 e4  c4 e4 g4 e4  c4 e4 g4 e4  c4 e4 g4 e4
        c4 e4 g4 e4  c4 e4 g4 e4  c4 e4 g4 e4  c4 e4 g4 e4
 }
 
-$melodic_staff = \context Staff = mel <
+melodicStaff =  \context Staff = mel <
        \melody
 >
 
 \score
 {
        <
-               \$melodic_staff
-               \$somewhat_long_lyrics_staff    
-%              \$rather_long_lyrics_staff      
-               \$quite_long_lyrics_staff       
+               \melodicStaff
+               \somewhatLongLyricsStaff        
+%              \ratherLongLyricsStaff  
+               \quiteLongLyricsStaff   
        >
        \paper{