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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to