bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1861 in lilypond: DynamicText attached to spacer rest not correctl


From: lilypond
Subject: Issue 1861 in lilypond: DynamicText attached to spacer rest not correctly aligned
Date: Sun, 04 Sep 2011 09:56:57 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 1861 by address@hidden: DynamicText attached to spacer rest not correctly aligned
http://code.google.com/p/lilypond/issues/detail?id=1861

Reported by Xavier Scheuer:

Since Issue 620 is now fixed DynamicTextSpanner and Hairpin are now
correctly aligned when attached to spacer rests (e.g. in piano centered
dynamics).

It would be nice if DynamicText was also correctly aligned, which is
not the case now.

Here is a minimal example showing the difference of horizontal
alignment between dynamics attached to notes and attached to spacer
rests (within a Dynamics context).

\score {
  <<
    \new PianoStaff <<
      \new Staff = "up" {
        \clef treble
        \relative c' {
          c4\p c c\mp c |
          c4\mf c c\f c |
          <<
            \repeat unfold 8 c4
            \new Dynamics = "dynamics" \with {
              alignBelowContext = "up"
            } {
              s4\p s s\mp s |
              s4\mf s s\f s
            }
          >>
        }
      }
      \new Staff = "down" {
        \clef bass
        \repeat unfold 16 c4
      }
    >>
  >>
}



Attachments:
        DynamicText.png  5.8 KB




reply via email to

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