lilypond-devel
[Top][All Lists]
Advanced

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

Re: centered dynamic in PianoStaff


From: Till Rettig
Subject: Re: centered dynamic in PianoStaff
Date: Sat, 21 Apr 2007 09:39:49 +0300
User-agent: Thunderbird 1.5.0.10 (X11/20070306)



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. One line though is still screwd up but this might be a problem with some stems going over the two systems. I will investigate further.

Thank you!

Till




reply via email to

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