bug-lilypond
[Top][All Lists]
Advanced

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

Issue 679 in lilypond: eps bounding box ignores extra-offset


From: codesite-noreply
Subject: Issue 679 in lilypond: eps bounding box ignores extra-offset
Date: Wed, 17 Sep 2008 01:59:58 -0700

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




reply via email to

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