lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 1029 in lilypond: \thumb should behave like ot


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1029 in lilypond: \thumb should behave like other fingerings
Date: Thu, 13 Dec 2012 05:31:45 +0000

Updates:
        Status: Accepted
        Labels: -Priority-Low -Frog -Patch -fixed_2_13_24

Comment #10 on issue 1029 by address@hidden: \thumb should behave like other fingerings
http://code.google.com/p/lilypond/issues/detail?id=1029

Indirectly, a placement difference between \thumb and Fingerings came up at
<http://lists.gnu.org/archive/html/lilypond-user/2012-12/msg00303.html>

We might want to make the 'script-priority of \thumb match that of Fingering, so that LilyPond places the \thumb outside other scripts, as she does Fingering.

\score { {e''\thumb-> g''-2->}
\layout { \context { \Score
  scriptDefinitions = #(cons
  `("thumb" . ((script-stencil . (feta . ("thumb"  . "thumb")))
               (avoid-slur . around)
               (padding . 0.50)
               (direction . ,UP)
               (slur-padding . 0.2)
               (script-priority . 100) ;; match Fingering
               (staff-padding . 0.5)))
   default-script-alist)
} } }




reply via email to

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