Kees Serier wrote:
I get Guile errors GUILE signaled an error for expression started here:
markup #
       :bold #:fontsize 1 #:char #x066A

Well, it works at my end. Something is corrupted. My best theory is that your version now ends
#'stencil = markup #:bold #:fontsize 1 #:char #x066A)))
i.e. that the middle bit has disappeared.

If it's not that, try this version with less Scheme in it:

%%%%%%%%%%%%%%%%%%%%
simile = \markup { \bold \fontsize #1 \char ##x066A }
percentCN = \once \override ChordNames.ChordName #'stencil = #(lambda (grob) (grob-interpret-markup grob simile)) %%%%%%%%%%%%%%%%%%%%


Cheers,
Robin


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to