I'm running into a problem with a score there lots of dynamic signs are placed 
on a rest at the beginning of a measure. These dynamics are placed too far to 
the left, causing them to collide with the barline...

Attached is an example.
Isn't this a bug?

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_rests.pdf
Description: Adobe PDF document

\version "2.13.29"
\pointAndClickOff
\header {
  title = "Dynamics differently positioned on rests than on notes"
}

\markuplines \justified-lines{
  The dynamics in the following example are differently positioned, depending
  on whether they are assigned to a rest or to a note. Dynamics on a rest 
  are positioned too far to the left so they collide with the barline,
  while dynamics on notes do not have that problem!
}
mus = \relative c'' { \time 2/4 a2 |
r8\p a[ a a] | a8\p a[ a a] | a2 |
r8\f a[ a a] | a8\f a[ a a] | a2 \bar"|."
}

\score {
  \new StaffGroup <<
    \new Staff \mus
    \new Staff \mus
    \new Staff \mus
    \new Staff \mus
  >>
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to