lilypond-user
[Top][All Lists]
Advanced

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

Re: Is there a way to circle around tab numbers?


From: Stephen MacNeil
Subject: Re: Is there a way to circle around tab numbers?
Date: Fri, 8 Sep 2017 19:04:05 -0400

you could just change it to tab

circle =

\once \override TabNoteHead.stencil = #(lambda (grob)

(let* ((note (tab-note-head::print grob))

(combo-stencil (ly:stencil-add

note

(circle-stencil note 0.1 0.8))))

(ly:make-stencil (ly:stencil-expr combo-stencil)

(ly:stencil-extent note X)

(ly:stencil-extent note Y))))



\score {

\new TabStaff {

\tabFullNotation

\circle c'

}

}



HTH

Stephen



reply via email to

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