lilypond-user
[Top][All Lists]
Advanced

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

Making a Hairpin end close to the end of a Score


From: Christopher Heckman
Subject: Making a Hairpin end close to the end of a Score
Date: Sun, 30 Oct 2016 17:35:43 -0700

I stumbled on this hack, and it doesn't appear to be anywhere online.

As is, you can't have a hairpin run until the very end of a score; it
will stop before the last note. You also can't add \! to a \bar;
Lilypond complains that it is not a musical event.

The idea is to use \afterGrace, with an invisible grace note.

\absolute {
    c'2\> \afterGrace d' { s16\! } |
    }

MIDI translates this as you would expect, without an extra note at the end.

However, this will not work if the hairpin starts on the last printed note.

--- Christopher Heckman



reply via email to

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