Quoting Till Rettig <[EMAIL PROTECTED]>:
Joe Neeman wrote:
There are some hacks in the template that rely on a fixed distance
between staves. I've removed those. Since it might be a while before
they show up on the web pages, the fixes are to replace
\override DynamicText #'extra-offset = #'(0 . 2.5)
\override Hairpin #'extra-offset = #'(0 . 2.5)
with
\override DynamicLineSpanner #'Y-offset = #0
If you want to get rid of some more space, change the
minimum-Y-extent line so that it is set to ##f (this might be a good
idea by default).
Ok, now it starts working! The ##f though doesn't bring anything, at
least if I write:
\override VerticalAxisGroup #'minimum-Y-extent = ##f
It's effect is only to shift the whole dynamic line up so it is
inside the upper staff.
Have you tried
\override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0)
/Mats
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel