bug-lilypond
[Top][All Lists]
Advanced

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

Issue 2260 in lilypond: broken ottava spanner interferes with \tempo and


From: lilypond
Subject: Issue 2260 in lilypond: broken ottava spanner interferes with \tempo and \time
Date: Sat, 28 Jan 2012 12:38:01 +0000

Status: Accepted
Owner: ----
CC: address@hidden
Labels: Type-Critical

New issue 2260 by address@hidden: broken ottava spanner interferes with \tempo and \time
http://code.google.com/p/lilypond/issues/detail?id=2260

version "2.15.25"

\header { texidoc = "
A broken ottava spanner must not interfere with @code{\\tempo} and
@code{\\time}.

Here is a counterexample.
" }

<<
  \new Staff {
    e'1 \time 4/4 \break |
    \tempo \markup { "foo" } 4 = 90 e'1 |
    e'1 |
  }

  \new Staff {
    \ottava #-1 e'1 |
    e'1 |
    e'1 |
  }


==================

This bug is present in 2.14 also, AFAIK, but it's still a serious bug.





reply via email to

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