bug-lilypond
[Top][All Lists]
Advanced

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

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


From: Han-Wen Nienhuys
Subject: Re: Issue 679 in lilypond: eps bounding box ignores extra-offset
Date: Wed, 17 Sep 2008 12:03:15 -0300

Not a bug - extra-offset is designed to be ignored by lily in spacing
calculations, including the calcultaion of bbox sizes.

On Wed, Sep 17, 2008 at 5:59 AM,  <address@hidden> wrote:
> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond
>



-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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