lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Paroles et alignBelowContext


From: address@hidden
Subject: Paroles et alignBelowContext
Date: Wed, 27 Apr 2011 11:42:59 -0400

Dans l'exemple ci-dessous, les paroles sont toutes décalées vers le bas du 
système, mais je veux qu'elles soient mises en dessous du contexte identifié 
avec alignBelowContext.  Des idées ?

Merci !
~Mike

\score { <<
\new Staff { \set Staff.instrumentName = #"Vn.2"       
\hideNotes  c'2 \unHideNotes
<< \new Voice = "voicea" {  c'2^\ppp\> \glissando s2 s2 s4. \hideNotes c'8\! 
\unHideNotes }
{ s2 \hideNotes c'2 c'2 c'2 \unHideNotes }
\new Lyrics \with { alignBelowContext = #"voicea" } \lyricsto "voicea" { "shh" 
} >> \bar "|" }

\new Staff { \set Staff.instrumentName = #"Cl.1"       
\hideNotes  c'2  c'2  c'2 \unHideNotes << \new Voice = "voiceb" { c'2^\ppp\> 
\glissando   s4. \hideNotes c'8\! \unHideNotes }
{ s2 \hideNotes c'2 \unHideNotes }
\new Lyrics \with { alignBelowContext = #"voiceb" } \lyricsto "voiceb" { "shh" 
} >> \bar "|" }
>>
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]