lilypond-user
[Top][All Lists]
Advanced

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

Re: notation for tongueram


From: Stefan Thomas
Subject: Re: notation for tongueram
Date: Fri, 20 Aug 2010 09:13:22 +0200

Dear Robin,
thanks for Your reply. Your code works fine for me!
There is one last thing, that would make the notation much more comfortable.
When You play tongueram, the note which results from this effect will sound an major seventh lower than the note indicated in the score.
So it would be easier if one could write:
{ \tongueram  { b' a' g'  } }
Can this be done automatically with lilypond?

2010/8/19 Robin Bannister <address@hidden>
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]