Issue 669: \override 'bar-size + \remove Staff_symbol_engraver = mess with ties and slurs
http://code.google.com/p/lilypond/issues/detail?id=669

New issue report by v.villenave:
% In the following snippet, the tie and the slur are completely wrong.
% Commenting any of the two tweaks in \context solves the problem.

\version "2.11.56"

\score {
 \relative c '' {e2 ~ e e( d) }
 \layout {
   \context { \Staff
     \remove "Staff_symbol_engraver"
     \override BarLine #'bar-size = #4
   }
 }
}


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        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