Stefan Thomas <[email protected]> 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
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user