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

New issue 3242 by [email protected]: Manual beaming over rests and vertical spacing problem
http://code.google.com/p/lilypond/issues/detail?id=3242

Reported by Clément:
http://lists.gnu.org/archive/html/bug-lilypond/2013-03/msg00054.html

Using oneVoice position (or indirectly, partcombineApart) while making a beam
go
over a rest destroys vertical alignment in a staff.

Here is a small example, with or without manual beaming over the rest.

%%%

\version "2.17.13"

\relative c'' {
  \voiceOne \dynamicUp f4\fz f8 f f[ r16 f] f8 f |
  \override DynamicText #'X-offset = #-3 f4\fz f8 f f[ r16 f] f8 f | \mark
\default
}

\relative c'' {
  \voiceOne \dynamicUp f4\fz f8 f f r16 f f8 f |
  \override DynamicText #'X-offset = #-3 f4\fz f8 f f r16 f f8 f | \mark
\default
}

%%%

Overriding outside-staff-priority or Y-offset is uneffective.
It also affects BarNumber's vertical position.

I encountered this bug while updating a score from an older version of
lilypond,
but I cannot remember which one exactly. I think it was 2.16.


Attachments:
        bug.png  5.7 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to