lilypond-user
[Top][All Lists]
Advanced

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

Re: notation for tongueram


From: Robin Bannister
Subject: Re: notation for tongueram
Date: Thu, 19 Aug 2010 21:31:02 +0200

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



reply via email to

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