lilypond-user
[Top][All Lists]
Advanced

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

Re: slurs, endings and invisible 2.7.31


From: Mats Bengtsson
Subject: Re: slurs, endings and invisible 2.7.31
Date: Sat, 04 Feb 2006 14:29:17 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

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 <address@hidden>:

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









reply via email to

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