This is a better fix than what I managed to cobble together. I did use
a chord and invisible notes but then I needed to make beams go away but
then come back again. This solution also looks better. Thanks.
-David Bobroff
> >No, this won't work. Try this:
> >
> >
> >\header
> >{
> >texidoc = "Selectively blank
> >broken pieces of spanners (in this case, the tie after the line
> break)."
> >
> >
> >}
> >\score { \notes {
> >
> > \property Voice.Tie \set #'after-line-breaking-callback
> > = #(lambda (x)
> > (if (eq? (cadr (ly:get-broken-into (ly:get-original x))) x)
> > (ly:set-grob-property! x 'transparent #t)
> > ))
> >
> > c'1 ~ \break c'1
> >
> > }
> > \paper { raggedright = ##t }
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user