lilypond-user
[Top][All Lists]
Advanced

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

slurs, endings and invisible 2.7.31


From: Paul Scott
Subject: slurs, endings and invisible 2.7.31
Date: Fri, 03 Feb 2006 14:28:30 -0700
User-agent: Debian Thunderbird 1.0.7 (X11/20051017)

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

\version "2.7.31"

\relative c'' { 
  \repeat volta 2 { a4( b c b } 
  \alternative { { a2) << b2 { \hideNotes s4 \slurUp a4( \unHideNotes } >> } { 
a2) r2 } }
  \repeat volta 2 { a4( b c b } 
  \alternative { { a2) << b2 \\ { \hideNotes s4 a4( \unHideNotes } >> } { a2) 
r2 } }
}

reply via email to

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