On Fri, Dec 11, 2009 at 3:38 PM, Neil Puttock <[email protected]> wrote: > stop = > #(define-music-function (parser location music) (ly:music?) > (set! (ly:music-property music 'tweaks) > (acons 'before-line-breaking > (lambda (grob) > (let ((dots (ly:grob-object grob 'dot))) > (ly:grob-set-property! grob 'duration-log 2) > (and (ly:grob? dots) > (ly:grob-set-property! dots 'dot-count 0)))) > (ly:music-property music 'tweaks))) > music) > > \relative c' { > <\stop c g' e'>2.\fermata > }
That works splendidly! I never knew about before-line-breaking before. Thanks. Also for the other responses, sorry if I didn't explain it very well. This is the only way I've seen triple (and quadruple) stops notated so I thought it would be self-explanatory. Thanks for the other examples. I hadn't seen it notated like that before (I'm not a string player). I've attached a picture of the particular chord I was working on (for viola, alto clef, in 3/4). In this case I want to keep it explicitly notated and all in the same voice. -----Jay
<<attachment: triple-stop.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
