[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 669 in lilypond: \override 'bar-size + \remove Staff_symbol_engra
From: |
codesite-noreply |
Subject: |
Issue 669 in lilypond: \override 'bar-size + \remove Staff_symbol_engraver = mess with ties and slurs |
Date: |
Fri, 29 Aug 2008 08:32:36 -0700 |
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
- Issue 669 in lilypond: \override 'bar-size + \remove Staff_symbol_engraver = mess with ties and slurs,
codesite-noreply <=