lilypond-user
[Top][All Lists]
Advanced

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

Re: odd request


From: David Bobroff
Subject: Re: odd request
Date: 16 Jun 2003 14:57:57 +0000

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 }





reply via email to

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