Originally created by: *anonymous
Originally created by: mts...@gmail.com
Originally owned by: mts...@gmail.com
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 }
>>
Originally posted by: mts...@gmail.com
(No comment was entered for this change.)
Mergedinto: 1263
Status: Duplicate