bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1263 in lilypond: MetronomeMark can not be aligned on note if MMR


From: lilypond
Subject: Issue 1263 in lilypond: MetronomeMark can not be aligned on note if MMR in another voice
Date: Tue, 14 Sep 2010 06:40:15 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Regression

New issue 1263 by brownian.box: MetronomeMark can not be aligned on note if MMR in another voice
http://code.google.com/p/lilypond/issues/detail?id=1263

\version "2.13.33"

upper = \relative c'' {
  % does not help:
  \override Score.MetronomeMark #'break-align-symbols = #'()
  c1
  \tempo "Allegro"
  c4 c c c
}

lower = {
  R1*2
}

\score {
  \new ChoirStaff <<
    \new Staff <<
      \new Voice {
        \upper
      }
    >>
    \new Staff <<
      \new Voice {
        \lower
      }
    >>
  >>
}

Last working version is 2.13.31.

Attachments:
        test--2.13.33.png  1.7 KB
        test--2.13.31.png  1.7 KB




reply via email to

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