[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FIX] for uncentered "dim." in piano-dynamics.ly template
From: |
kwhite+lilypond |
Subject: |
[FIX] for uncentered "dim." in piano-dynamics.ly template |
Date: |
Thu, 16 Sep 2004 13:10:48 -0400 (EDT) |
The following fix (obvious once you know!) is required in the
piano-dynamics.ly template so that "cresc.", "dim." etc. are also
centered along with hairpins and dynamics. This should allow the
use of "\setTextCresc" without surprises...
In other words, DynamicTextSpanner also needs an extra-offset.
---cut here---
--- /usr/local/share/examples/lilypond/template/piano-dynamics.ly Fri Jul
30 07:49:08 2004
+++ piano-dynamics.ly Thu Sep 16 13:01:04 2004
@@ -52,6 +52,7 @@
\override TextScript #'font-shape = #'italic
\override DynamicText #'extra-offset = #'(0 . 2.5)
\override Hairpin #'extra-offset = #'(0 . 2.5)
+ \override DynamicTextSpanner #'extra-offset = #'(0 . 2.5)
\consists "Skip_event_swallow_translator"
---cut here---
...keith
- [FIX] for uncentered "dim." in piano-dynamics.ly template,
kwhite+lilypond <=