lilypond-user
[Top][All Lists]
Advanced

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

Re: Place objects by hand


From: Pierre Perol-Schneider
Subject: Re: Place objects by hand
Date: Sun, 2 Nov 2014 09:55:35 +0100

Hi Joram,

2014-11-02 1:46 GMT+01:00 Noeck <address@hidden>:
 
That would be nice, but your example puts the f on the left of the upper
note and not centralized between the staves (I am using 2.19.15).

Try :

\version "2.19.15"

\new PianoStaff <<
  \new Staff { g-_ }
  \new Dynamics {
    s
    -\tweak X-offset #-4
    -\tweak Y-offset #-6
    \f
  }
  \new Staff { \clef bass g'-_ }
>>

Cheers,
Pierre



reply via email to

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