Status: Accepted
Owner: lemzwerg
Labels: Type-Defect

New issue 712 by lemzwerg: alignment of multiple \tempo marks over `church rests'
http://code.google.com/p/lilypond/issues/detail?id=712

\version "2.11.65"

\header { texidoc = "
The text string of @code{\tempo} over whole bar rests always starts
at the beginning of a bar.

Here is a counterexample.
" }

{
  \tempo "Foo" R1*5 |
  \tempo "Bar" R1*5 |
}

\layout {
  \context {
    \Score
    skipBars = ##t
  }
}

\paper {
  ragged-right = ##f
}

% EOF


Attachments:
        tempo.png  2.4 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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

Reply via email to