With the new Dynamics context for PianoStaff, the recommended way is to attach 
the dynamics to skips in the Dynamics context... Unfortunately, dynamics 
attached to a skip and dynamics attached to actual notes are differently 
aligned: s\p results in the \p being far further to the left than in c\p.

Attached is an example.

Is there any way to make lilypond use the same horizontal position for s\p and 
c\p ???

Cheers,
Reinhold
-- 
------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

Attachment: dynamics_alignment.pdf
Description: Adobe PDF document

\version "2.13.8"
mm = \relative c'' { c2 c c c c}
dd = \notemode { s2\f s s\p s s\f }
md = \relative c'' {c2\f c c\p c c\f }

\score {
\new PianoStaff <<
  % That's how the pp should be aligned horizontally:
  \new Staff \md
  % Unfortunately, attaching the dynamics to skips will position them too far to the left:
  \new Staff <<
    \mm
    \dd
  >>
  % With the new Dynamics context, unfortunately, attaching dynamics to skips
  % is the default, resulting in ugly dynamics position (i.e. dynamics touching 
  % the bar line!)
  \new Staff \mm
  \new Dynamics \dd
>>}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to