lilypond-devel
[Top][All Lists]
Advanced

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

ossia staff stops too late


From: Werner LEMBERG
Subject: ossia staff stops too late
Date: Thu, 14 Aug 2008 19:59:28 +0200 (CEST)

Please have a look at the attached image, produced by the following
code:


\version "2.11.55"

\relative c'' {
  \time 2/4 c2 |

  << { c2 }
     \new Staff \with {
       \remove "Time_signature_engraver"
     }
     { c2 } >> |

  << { c2 }
     \new Staff \with {
       \remove "Time_signature_engraver"
     }
     { c2 } >> |

  \time 3/4 c2. |
}


IMHO, the second ossia staff should stop right at the barline, similar
to the first one.  This looks like a bug, especially because the time
signature engraver has been removed.


    Werner




reply via email to

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