lilypond-user
[Top][All Lists]
Advanced

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

Re: notation for tongueram


From: David Kastrup
Subject: Re: notation for tongueram
Date: Sun, 15 Aug 2010 16:00:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Stefan Thomas <address@hidden> writes:

> Dear community,
> I'm searching for an convincing notation for the tongue-ram effect of the
> flute.
> I tried it with:
> \new Staff  {< \tweak #'style #'triangle \parenthesize \tweak #'font-size #-3
> c'  b'> }
> But this would mean an real orgy of typesetting.
> Would it be possible to make work a bit easier?

Please don't use unbreakable spaces in source code instead of real
spaces.  Or tell your news/mailreader that it should refrain from
sprinkling your examples with them.

Well, I would have wanted to propose

tongueram = 
#(define-music-function
  (parser location music) (ly:music?)
  #{ \tweak #'style #'triangle \parenthesize \tweak #'font-size #-3 $(ly:export 
(ly:event-property music 'pitch)) #}
)

\new Staff {< \tongueram c' b'> }



but it does not buy me more than a segmentation fault.

-- 
David Kastrup




reply via email to

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