]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/notation/vocal.itely
New short and long lyric ties.
[lilypond.git] / Documentation / notation / vocal.itely
index 1a01f09a1d6c292e48ac21f8f0c7513f2fb0e83c..d2f32683e9af2e337d9d84f7bdead71272b0b590 100644 (file)
@@ -613,11 +613,11 @@ the tilde symbol (@code{~}) to get a lyric tie.
 
 @lilypond[quote,ragged-right,verbatim]
 {
-  \time 3/4
-  \relative c' { c2 e4 g2 e4 }
-  \addlyrics { gran -- de_a -- mi -- go }
-  \addlyrics { pu -- "ro y ho" -- nes -- to }
-  \addlyrics { pu -- ro~y~ho -- nes -- to }
+  \relative c'' { \autoBeamOff
+    r8 b c fis, fis c' b e, }
+  \addlyrics { Che_in ques -- ta_è_in quel -- l'al -- tr'on -- da }
+  \addlyrics { "Che in" ques -- "ta è in" quel -- l'al -- tr'on -- da }
+  \addlyrics { Che~in ques -- ta~è~in quel -- l'al -- tr'on -- da }
 }
 @end lilypond