bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1029 in lilypond: \thumb should behave like other fingerings


From: lilypond
Subject: Re: Issue 1029 in lilypond: \thumb should behave like other fingerings
Date: Fri, 04 Jun 2010 20:16:38 +0000


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

Workaround suggested by Neil: make thumb of fingering

thumb =
#(make-music 'FingeringEvent
'text (markup #:fontsize 5 #:musicglyph "scripts.thumb"))

\relative c' {
  \override Fingering #'text =
  #(lambda (grob)
     (let ((finger-text (ly:event-property (event-cause grob) 'text)))
          (if (markup? finger-text)
                            finger-text
                            (fingering::calc-text grob))))
  c4\thumb
}




reply via email to

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