What I'd like is kind of the opposite of \repeatTie

perhaps with \laissezVibrer
Not very beautiful in this example ...


%% ------------- LilyPond code -------------
\version "2.11.23"
\paper{ ragged-right=##t }
\relative g' {
 g1~ |
 \repeat volta 2{
   g4 r4 r2 |
 }
 \alternative{
   {
g1\laissezVibrer | %% here I want the tie to end at the repeat sign...
   }
   {
     g4 e c2 |
   }
 }
}
%% -------------- end of code --------------


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to