Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 1865 by brownian.box: tempo indication can not be attached to spacers
http://code.google.com/p/lilypond/issues/detail?id=1865

Reported by Valentin Villenave,
http://lists.gnu.org/archive/html/bug-lilypond/2011-09/msg00037.html :

%----------------8<---------------------
\version "2.15.9"

{
  s1
  \tempo "Waldo"
  s1
}
%----------------8<---------------------

Reinhold commented:
%----------------8<---------------------
The issue is that the moment after the \tempo command does not have any grobs where the tempo could be attached to. As soon as you change the s1 to a note or rest, or if you have clef/key/timesig change at the same moment as the \tempo, the tempo mark can be reparented. But it seems that the engraver misses the case that there are no other grobs at the same moment as the \tempo change. In that case, the tempo mark should be reparented to the barline...
%----------------8<---------------------


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to