lilypond-devel
[Top][All Lists]
Advanced

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

Re: centered dynamic in PianoStaff


From: Mats Bengtsson
Subject: Re: centered dynamic in PianoStaff
Date: Sun, 22 Apr 2007 20:23:00 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

Quoting Till Rettig <address@hidden>:



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






reply via email to

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