Issue 660: ossia staff doesn't stop at correct horizontal position
http://code.google.com/p/lilypond/issues/detail?id=660

New issue report by lemzwerg:
\version "2.11.55"

\header { texidoc = "
An ossia staff should without a time signature engraver stop right at the
barline.

Here is a counterexample.

Ideally, it should be controllable whether an ossia staff with a time
signature engraver stops at the barline or after the time signature which
follows the barline.
" }


\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. |
}


Attachments:
        stop-staff.png  3.2 KB


Issue attributes:
        Status: Accepted
        Owner: lemzwerg
        Labels: Type-Defect Priority-Medium

--
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