lilypond-user
[Top][All Lists]
Advanced

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

MetronomeMark alignment after break


From: Daniel Rosen
Subject: MetronomeMark alignment after break
Date: Wed, 19 Dec 2012 19:00:08 +0000

In the example below, "Tempo II" is aligned differently from "Tempo I," and the 
only difference between the two that I can see is that there's a full measure 
rest in the top staff immediately after "Tempo II" occurs. How can I get "Tempo 
II" to align the same as "Tempo I?" I've tried playing around with 
MetronomeMark #'break-align-symbols to no avail; could this be a bug?

\version "2.16.1"

<<
  \new Staff {
    c''1
    c''1
    R1
  }
  \new Staff {
    c''4 c'' c'' c'' \break \tempo "Tempo I"
    c''4 c'' c'' c'' \break \tempo "Tempo II"
    c''4 c'' c'' c''
  }
>>

DR



reply via email to

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