Stefan Thomas wrote:
Would it be possible to make work a bit easier?
Try doing it all in Scheme.
tongueram =
#(define-music-function (parser location mus) (ly:music?)
(begin
(set! (ly:music-property mus 'parenthesize) #t)
(set! (ly:music-property mus 'tweaks)
(acons 'style 'triangle (acons 'font-size -3
(ly:music-property mus 'tweaks)))))
mus)
{ < \tongueram c' b' > }
Cheers,
Robin
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user