|
| From: | Martial |
| Subject: | Re: problème de paroles |
| Date: | Sun, 06 Feb 2011 09:44:56 +0100 |
| User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 |
Il s'agit d'une partition plutôt longue. Il faudrait donc que les paroles soient le plus proche possible des notes correspondantes de manière à raccourcir le nombre de pages. Une astuce pour faire ça ?
un exemple
%----------------------------------------
Notes = \relative c' { \repeat unfold 15 { c c r4 c } \bar "|."}
chantI =
\lyricmode {
\set stanza = #"Voix1" \repeat unfold 20 { ha ha ha }
}
chantII =
\lyricmode {
\set stanza = #"Voix2"
\repeat unfold 16 { _ } % tiret bas
mais _ _ _
\repeat unfold 4 { _ }
_ qu'est -- ce
_ _ _ _ _ % 5 tirets bas
"donc ?"
_ _ _ _ _ _ _ _ _ _ _ là
}
chantIII = \lyricmode {
\set stanza = #"Voix3"
\repeat unfold 17 { _ }
oui i i i i i i i i i i
}
\score {
\new Staff <<
\new Voice = V \Notes
\new Lyrics \lyricsto "V" \chantI
\new Lyrics \lyricsto "V" \chantII
\new Lyrics \lyricsto "V" \chantIII
>>
}
%----------------------------------------
--
Martial
| [Prev in Thread] | Current Thread | [Next in Thread] |