lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3042 in lilypond: MetronomeMarks do not align corr


From: lilypond
Subject: [Lilypond-auto] Issue 3042 in lilypond: MetronomeMarks do not align correctly when MultiMeasureRest is parent
Date: Wed, 19 Dec 2012 07:45:35 +0000

Status: Accepted
Owner: address@hidden
Labels: Type-Ugly

New issue 3042 by address@hidden: 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




reply via email to

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