Comment #12 on issue 3279 by [email protected]: space consecutive tempo marks
http://code.google.com/p/lilypond/issues/detail?id=3279

Nice, alignment of tempo indications is difficult to get satisfactory
results using default LilyPond output.
This is an improvement AFAICS.

But this does not solve issue 1150.
Compare the following code with current LilyPond version, with your
patch and the desired output obtained using Neil's workaround
(issue 1150 comment 8):

\relative c' {
  \key f \minor
  \repeat unfold 4 c1 \break
  \mark \default
  \repeat unfold 4 c \break
  \mark \default
  \repeat volta 2 {
    \repeat unfold 4 c
  }
}

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to