lilypond-user
[Top][All Lists]
Advanced

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

Re: stanza set to AABA tune


From: Bertalan Fodor (LilyPondTool)
Subject: Re: stanza set to AABA tune
Date: Wed, 20 Jan 2010 15:50:52 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Wow, that's cool.

Francisco Vila wrote:
2010/1/20 Bertalan Fodor (LilyPondTool) <address@hidden>:
  
You can repeat only complete music fragments. You can't use repeat inside a
\lyricmode block
    

Yes, you can:

stanzaOne = \lyricmode {
do re mi
\repeat unfold 2 {
one two three
}
}

<< \new Staff { \time 3/4 c' d' e' \repeat unfold 2 { c' d' e' } }
\new Lyrics { \stanzaOne }
  

  


reply via email to

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