lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat percent and chords


From: Robin Bannister
Subject: Re: repeat percent and chords
Date: Fri, 27 Mar 2009 13:12:58 +0100

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




reply via email to

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