bug-lilypond
[Top][All Lists]
Advanced

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

Dynamics should not collide with down beams


From: Raphael Manfredi
Subject: Dynamics should not collide with down beams
Date: Wed, 26 Oct 2005 19:57:30 +0200

Here's a little script demonstrating the problem.  Proper dynamics
printing should probably be added to the "regression tests".

-----------------------------------------------------------------------
% The "mp" indication should not collide with the down beam
\version "2.6.3"
\new Staff {
        \clef treble \time 2/4 \key f \major
        \override Staff.NoteCollision
                         #'merge-differently-dotted = ##t
        \relative c' {
                << f4\mp \\ \times 2/3 { f8^( c a) } >>
                << g'4 \\ \times 2/3 { g8^( e c) } >>
                |
        }
}
-----------------------------------------------------------------------

Raphael




reply via email to

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