Issue 679: eps bounding box ignores extra-offset
http://code.google.com/p/lilypond/issues/detail?id=679
New issue report by v.villenave:
% In the following snippet, the notehead with extra-offset is not printed.
% See attached picture.
\version "2.11.58"
fixA =
{
\once \override Stem #'length = #9
\once \override Accidental #'extra-offset = #'(0.3 . 0)
}
fixB =
{
\once \override NoteHead #'extra-offset = #'(1.7 . 0)
\once \override Stem #'rotation = #'(45 0 0)
\once \override Stem #'extra-offset = #'(-0.2 . -0.2)
\once \override Stem #'flag-style = #'no-flag
\once \override Accidental #'extra-offset = #'(3.1 . 0)
}
\relative c' {
<< { \fixA <b d!>8 } \\ { \voiceThree \fixB dis } >>
}
Attachments:
fix.png 1.5 KB
Issue attributes:
Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Low
--
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