Re: Problem with lyrics with repeat [lilypond 2.13.63]

2011-08-17 Thread -Eluze


Raphael Manfredi wrote:
 
 Hello,
 
 I'm having problems formatting lyrics on a repeat section.
 I've extended the snippet from the documentation to add 2 voices
 to the chorus, and the lyrics for the second stanza are moved
 at the bottom of the group.
 
i can't see which version you're using but the the docs about repeated
voices are being rebuilt!

the trick that works is to define the lyrics' placement with a \new Lyrics =
… statement and to refer them later. you're sample score would then look
like:

\new ChoirStaff  
\new Staff {
  \new Voice = melody {
\relative c'' {
  a4 a a a
  \repeat volta 2 { b4 b b b }
}
  }
}
\new Lyrics = 11
\new Lyrics = 12 
\context Lyrics = 11 \lyricsto melody { 
  Not re -- peat -- ed. 
   
{ The first time words. } 
\context Lyrics = 12 { 
  \set associatedVoice = melody 
  Sec -- ond time words#one. 
} 
   
} 

the 2nd staff and its lyrics can be placed the same way, but since the
default is below the staff it does not really matter.

Eluze
-- 
View this message in context: 
http://old.nabble.com/Problem-with-lyrics-with-repeat--lilypond-2.13.63--tp32282120p32282597.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Problem with lyrics with repeat [lilypond 2.13.63]

2011-08-17 Thread Raphael Manfredi
Quoting -Eluze elu...@gmail.com from ml.lilypond.users:
:i can't see which version you're using but the the docs about repeated
:voices are being rebuilt!

It was in the subject (2.13.63)...

:the trick that works is to define the lyrics' placement with a \new Lyrics =
:… statement and to refer them later. you're sample score would then look
:like:
:
:the 2nd staff and its lyrics can be placed the same way, but since the
:default is below the staff it does not really matter.

Great, it's now working as I wanted.  I was surprised because the old setup
(template) I had for vocal music, which was written for 2.10, stopped working
properly with 2.13.63 and the doc was obviously incomplete!

Thanks for the fast answer!

Raphael

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Problem with lyrics with repeat [lilypond 2.13.63]

2011-08-17 Thread -Eluze


Raphael Manfredi wrote:
 
 Quoting -Eluze elu...@gmail.com from ml.lilypond.users:
 :i can't see which version you're using but the the docs about repeated
 :voices are being rebuilt!
 
 It was in the subject (2.13.63)...
 
 
yes - obviously!
-- 
View this message in context: 
http://old.nabble.com/Problem-with-lyrics-with-repeat--lilypond-2.13.63--tp32282120p32283310.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user