lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3330 in lilypond: bracketify-stencil moves grob's


From: lilypond
Subject: [Lilypond-auto] Issue 3330 in lilypond: bracketify-stencil moves grob's refpoint
Date: Tue, 23 Apr 2013 12:17:11 +0000

Status: Accepted
Owner: ----
CC: address@hidden
Labels: Type-Defect

New issue 3330 by address@hidden: bracketify-stencil moves grob's refpoint
http://code.google.com/p/lilypond/issues/detail?id=3330

using bracketify-stencil (and probably also parenthesize-stencil) results in a new stencil that has its refpoint moved. This results in wrong placement:

{
  \override Staff.TimeSignature #'stencil = #(lambda (grob)
  (bracketify-stencil (ly:time-signature::print grob) X 0.3 0.5 2))
  \time 2/4 c'2
}

see attached - the refpoint is at the bottom of new stencil, and the extent is something like (0 . 6). Insteaad, the refpoint should stay where it was (in the middle of timesig vertically), and the extent should be sth. like (-3 . 3).

Attachments:
        bracketify.png  2.8 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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