Status: Accepted
Owner: [email protected]
Labels: Type-Ugly
New issue 3042 by [email protected]: MetronomeMarks do not align correctly
when MultiMeasureRest is parent
http://code.google.com/p/lilypond/issues/detail?id=3042
The Metronome_engraver sometimes makes multi-measure rests the parent of a
metronome mark. This can result in irregular spacing for metronome marks.
\version "2.17.10"
\header {
texidoc = "The presence of a @code{MultiMeasureRest} does not cause a
@code{MetronomeMark} to shift over a @code{KeySignature} change or other
items in @code{NonMusicalPaperColumn}.
"
}
marks = {
\time 4/4
s1 |
\tempo 2=88
s1 |
}
musicA = \relative c' {
\key b \major
c1 |
\key bes \major
c1 |
}
musicB = \relative c {
\clef bass
\key b \major
R1 |
\key bes \major
R1 |
}
<<
\new Staff \new Voice << { \musicA } { \marks } >>
\new Staff \new Voice { \musicB }
Attachments:
shift.preview.png 5.4 KB