lilypond-user
[Top][All Lists]
Advanced

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

Re: ly:stencil-combine-at-edge ignores minimum parameter


From: Paul Scott
Subject: Re: ly:stencil-combine-at-edge ignores minimum parameter
Date: Fri, 11 Nov 2011 15:14:31 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20111010 Icedove/3.1.15

On 08/06/2011 12:59 PM, Reinhold Kainhofer wrote:
Am Saturday, 6. August 2011, 21:18:24 schrieb David Kastrup:
ly:stencil-combine-at-edge in stencil-scheme.cc converts the "minimum"
parameter into a double variable m, but does not use m in any
calculation.
Removed by Han-Wen with commit 98166b94174b63666a14a6a62bc16cf1b4163bce
(17.1.07, 14:59):

     "Remove outdated Stencil code.

     - Stencil::origin_
     - Stencil::origin()
     - Stencil::moved_to_edge()
     - ly:stencil-moved-to-edge
     - minimum argument for Stencil::add_at_edge and ly:stencil-combine-at-edge
     "

We haven't noticed any effect for four years, so we might as well get rid of
the minimum argument now.

If this change was made can someone tell me how to correct this code in 2.15.17?

#(define (scoop-stencil grob)
  (ly:stencil-combine-at-edge
   (ly:note-head::print grob) 0 -1
   (grob-interpret-markup grob
    (markup #:with-dimensions '(0 . 0) '(0 . 0)
     #:translate '( -2 . -2) #:musicglyph "brackettips.up" )) 0 0 )
)

TIA,

Paul Scott


--
Paul Scott
Librarian
Southern Arizona Symphony Orchestra
address@hidden





reply via email to

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