Hairpin

Zur Navigation springen Zur Suche springen

Hairpins zeichnen Crescendo und Decresendo Klammern.

\override Hairpin.to-barline = ##t  %% Klammer hört vor dem Taktstrich auf
\override Hairpin.to-barline = ##f  %% Klammer geht über den Taktstrich
\once \override Hairpin.shorten-pair = #'(-2 . -2)
\override Hairpin.height = #0

% \override Hairpin.rotation = #'(a x y) where #'(a x y)
% is a list that governs the angle a in degrees
% and the x and y points to rotate around.
% #'(45 0 0) rotates the object 45 degrees around its center

\override Hairpin.rotation = #'(10 -1 0)

Mindestlänge festlegen

Zuvor muss die Spacing-Routine getriggert werden, sonst wirkt das Kommando nicht.

\override Hairpin.springs-and-rods = #ly:spanner::set-spacing-rods
\override Hairpin.minimum-length = #7

Links