Erik, you still don't get the point, namely that it previously has been possible to typeset
|: some music :| First repeat text Second repeat text
using
\repeat fold 2 { } \alternative{{First repeat text }{Second repeat text }}However, this still seems to work in version 2.2.0, see http://lilypond.org/doc/v2.2/input/test/out-www/collated-files.html#repeat-shorter-bracket.ly even though the 'fold' option to \repeat seems to be completely undocumented nowadays.
I'm not sure what problems Jos is facing in 2.2.0.
/Mats
Erik Sandberg wrote:
On Wednesday 28 April 2004 21.49, Jos Smeets wrote:
On Wed, 28 Apr 2004 19:40:13 +0200
However, that does not do what I mean, assuming I understood you well. I want the repeated part to have different lyrics the second time, so two lines of lyrics (like two stanzas). That is what the example I gave did in 2.0.1, but not in 2.2.0.
Then use different lyrics for the last alternative, i.e.
\version "2.2.0"
\score {
<<
\notes { \context Voice=A \repeat "volta" 2 {c} \alternative {{c}{c}}}
\lyricsto A \new Lyrics \lyrics { repeatedword firstalternative secondalternative }
\paper{} }
Just view the output of this example, you'll understand what i mean.
Erik
_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
