Remember that both ends of a slur must be in the same Voice
context and also that the <<{...} \\ {...} >> creates two new Voice
contexts. This explains why the slur doesn't appear
at all in your second example.
Here are two possibilities:
\relative c'' {
\repeat volta 2 { a4( b c b }
\alternative { { a2) << \new Voice { b2 } { \hideNotes s4 \slurUp
a4( \unHideNotes } >> } { a2) r2 } }
\repeat volta 2 { a4( b c b }
\alternative { { a2) b2 } { \hideNotes \slurUp b8( \unHideNotes
a2*3/4) r2 } }
}
/Mats
Quoting Paul Scott <[EMAIL PROTECTED]>:
With 2.7.31 from CVS on Debian sid I am trying to slur into a 2nd
ending from an invisible note with the attached code. In one
variation the slur doesn't happen. In the other a note is hidden
that shouldn't be.
Thanks for any ideas,
Paul Scott
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user