Home
Random
Log in
Settings
About LilyPond wiki
LilyPond wiki
Search
Editing
Harp muffle notation
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Here is how to use custom-made symbols for harp muffle notation, letting musicians know when to damp the strings with the palm of the hands. It may be printed more nicely between the lower and upper staff by using the Dynamics context. <lilypond version="2.24"> mufflePath= \markup \path #0.15 #'((moveto -1.25 0) (lineto 1.25 0) (moveto 0 -1.25) (lineto 0 1.25)) muffleMarkup= \markup \translate #'(0 . 1) \combine \mufflePath \draw-circle #1 #0.15 ##f oMuffleMarkup= \markup \combine \center-align \huge \bold \normal-text "O" \center-align \translate #'(0 . 1) \mufflePath innerMuffleMarkup= \markup \combine \muffleMarkup \translate #'(0 . 1) \draw-circle #.58 #0.15 ##f muffle=#(make-dynamic-script muffleMarkup) innerMuffle=#(make-dynamic-script innerMuffleMarkup) oMuffle=#(make-dynamic-script oMuffleMarkup) \new PianoStaff << \new Staff {b1 b2 r b r b r \bar "|."} \new Dynamics { s1\p s2 r\oMuffle s r\muffle s2 r\innerMuffle } \new Staff {\clef bass e1 e2 r e r e r} >> </lilypond> [[Category:Keyboards]] [[Category:Workaround]] [[Category:Symbols and glyphs]] [[Category:Snippet]]
Summary:
Please note that all contributions to LilyPond wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Meta:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)