lilypond-user
[Top][All Lists]
Advanced

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

Re: Golpe & Slap


From: Alexander Rose
Subject: Re: Golpe & Slap
Date: Sun, 5 Nov 2006 19:43:29 +0100


Am 29.10.2006 um 22:37 schrieb Kamal:

How can a golpe or a slap notation be achieved in lilypond?
<golpe.png>
<slap.png>


You can use the \markup command: http://lilypond.org/doc/v2.9/ Documentation/user/lilypond/Overview-of-text-markup- commands.html#Overview-of-text-markup-commands

slap = \markup{ \box \pad-around #-0.1 \fontsize #-2 \sans "x" }
golpe = \markup{ \box  \fontsize #+4 "." }

c^\slap d^\golpe


Alex
                        





reply via email to

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