bug-lilypond
[Top][All Lists]
Advanced

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

Issue 660 in lilypond: ossia staff doesn't stop at correct horizontal po


From: codesite-noreply
Subject: Issue 660 in lilypond: ossia staff doesn't stop at correct horizontal position
Date: Mon, 18 Aug 2008 22:28:24 -0700

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




reply via email to

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