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


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to