Home
Random
Log in
Settings
About LilyPond wiki
LilyPond wiki
Search
Editing
Talk:Moving the ends of hairpins
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!
== Scheme function for shortening hairpins == If you need more often to move the end of the hairpins, you can create a scheme-funcion using quasiquote <lilypond version="2.25.31"> shorten-hairpin-right = #(define-scheme-function (rechts) (number?) #{ \once \override Hairpin.shorten-pair = #`(0 . ,rechts) #}) \paper { indent = 0 } \relative { \omit Staff.TimeSignature c''1_\markup "default" c4\< c2 c4\! \break c1_\markup "shorten right 10" \shorten-hairpin-right #10 c4\< c2 c4\! \break c1_\markup "lengthen right 10" \shorten-hairpin-right #-10 c4\< c2 c4\! } </lilypond> [[User:Manuela|Manuela]] ([[User talk:Manuela|talk]]) 17:56, 8 January 2026 (UTC)
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)
Return to "Moving the ends of hairpins" page.