Mats Bengtsson wrote:
Did you try search the mailing list archives of lilypond-user for "tie alternative ending"?
Thanks. I didn't use the word "alternative."
But after translating for 2.2.5 the following example starts to break and I don't know what to do next:
\paper {
raggedright = ##t
indent = 0.0\mm
}\version "2.2.5"
MkInvis = {\override Voice.NoteHead #'transparent = ##t
\override Voice.Stem #'transparent = ##t
}MkVis = { \override Voice.NoteHead #'transparent = ##f
\override Voice.Stem #'transparent = ##f
}global = \notes {
\time 4/4
\repeat volta 2 s1
\alternative
{
{ s1*2 }
{ s1*2 }
}
}mm = \notes\relative c'' {
\key d \major
cis4 d e4. fis8( % want this to slur to both endings
d8 e d b') r8 g[( g e]~ e2) r2 % first ending
\MkInvis fis8( \MkVis d8*4/8[ e d b']) r8 g( g a) % second ending
r1
}
\score {
<<
\new Staff << { \global } { \mm } >>
>>
} % scorePaul
_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user
