Originally created by: *anonymous
Originally created by: lemzw...@googlemail.com
Originally owned by: dak@gnu.org
\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. |
}
Originally posted by: dak@gnu.org
Pushed to staging as
commit [r05ecaef595f5aff1de3f46edde90a0644a81e957]
Author: David Kastrup <dak@gnu.org>
Date: Sat Oct 4 01:12:55 2014 +0200
Issue 660: ossia staff doesn't stop at correct horizontal position
commit [re420ccea878d8758c3befeb441eff4e5b534d79e]
Author: David Kastrup <dak@gnu.org>
Date: Fri Oct 10 14:01:43 2014 +0200
Let Paper_column::break_align_width accept list of break-align symbols
Labels: -Patch-push Fixed_2_19_16
Status: Fixed
Originally posted by: stans...@gmail.com
verified
Originally posted by: PhilEHol...@googlemail.com
(No comment was entered for this change.)
Status: Verified