]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/lyric-phrasing.ly
release: 1.3.146
[lilypond.git] / input / test / lyric-phrasing.ly
index 8c790f35fdac4dbe0989d56c95cf5031b94f41ad..4a54d5dfc6d2064a3ca4bbe4b48b7caaa45c1cc3 100644 (file)
@@ -1,15 +1,16 @@
+\version "1.3.146"
 \header{
-filename =      "twinkle-pop.ly";
-%title =        "Ah, vous dirais-je, maman ";
-description =   "twinkle twinkle in pop-song-settings";
-composer =      "traditional";
-enteredby =     "HWN, chords by Johan Vromans";
-copyright =     "public domain";
+filename =      "twinkle-pop.ly"
+xtitle =        "Ah, vous dirais-je, maman "
+description =   "twinkle twinkle in pop-song-settings"
+composer =      "traditional"
+enteredby =     "HWN, chords by Johan Vromans"
+copyright =     "public domain"
 }
 
-\version "1.3.96";
 
-m =\notes  \relative c'' {
+
+m = \notes  \relative c'' {
        \property Staff.automaticMelismata = ##t
        \autoBeamOff
        g4  r8 \times 2/3 { g'8( f )e } r8 \grace { [d16 c b] } e4
@@ -18,21 +19,21 @@ m =\notes  \relative c'' {
        \melismaEnd
        b c d e }
 
-textI =  \lyrics  { la4 __ la -- la  I, la dargh la dargh.  }
-textII =  \lyrics  { dar -- dargh __ dargh dargh; dargh la dargh loo.  }
-textIII =  \lyrics  { la -- da __ doo dah; dargh la dargh loo.  }
+textI =   \lyrics  { la4 __ la -- la  I, la dargh la dargh.  }
+textII =   \lyrics  { dar -- dargh __ dargh dargh dargh la dargh loo.  }
+textIII =   \lyrics  { la -- da __ doo dah dargh la dargh loo.  }
 
 \score {
 
     \notes < \context Staff = SA \context Voice = VA { s1 }
-      \context LyricVoice = "VA-1" { s1 }
-      \context LyricVoice = "VA-2" { s1 }
+      \context LyricsVoice = "VA-1" { s1 }
+      \context LyricsVoice = "VA-2" { s1 }
       
       \addlyrics
          \context Staff = SA \m
-         < \context LyricVoice = "VA-1" \textI
-           \context LyricVoice = "VA-2" \textII
-           \context LyricVoice = "VA-3" \textIII
+         < \context LyricsVoice = "VA-1" \textI
+           \context LyricsVoice = "VA-2" \textII
+           \context LyricsVoice = "VA-3" \textIII
          >
          
     >