lilypond-user
[Top][All Lists]
Advanced

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

Place objects by hand


From: Noeck
Subject: Place objects by hand
Date: Sat, 01 Nov 2014 23:59:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Hi,

I would like to move some objects by hand. This minimal example shows
the beginning of a piano staff.

\version "2.18.2"

\new PianoStaff <<
  \new Staff { g-_ }
  \new Dynamics {
    %\override DynamicText.extra-offset = #'(-4 . 0)
    s\f
  }
  \new Staff { \clef bass g'-_ }
>>

The forte symbol is in between the two notes and prevents the staffs to
get closer together. extra-offset does not help as it comes too late.
How can I place the DynamicText such that the staffs can come closer
together?

Joram



reply via email to

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