Home
Random
Log in
Settings
About LilyPond wiki
LilyPond wiki
Search
Editing
Harmonic noteheads in a chord
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!
If you have a lot of chords including harmonic noteheads, typing <code>\tweak style #'harmonic-mixed</code> may be to long and make the code unreadable. To avoid that, you can define a function with a shorter name (in the code below it is only named <code>\har</code>). <lilypond version="2.24.0"> %% http://lsr.di.unimi.it/LSR/Item?id=485 har = \tweak style #'harmonic-mixed \etc { <c' \har c''>2 <c' \har c''>4 <c' \har c''>8 <c' \har c''> } </lilypond> [[Category:Tweaks and overrides]] [[Category:Expressive marks]]
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)