lilypond-user
[Top][All Lists]
Advanced

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

Re: besideCN seems to have stopped working


From: Gerry Prosser
Subject: Re: besideCN seems to have stopped working
Date: Thu, 31 May 2012 19:58:43 +0100

David ... thanks, and yes indeed. And I run convert-ly on every new score I create with denemo, so there really is no excuse for not engaging brain on this occasion 8-)

Thanks for all the gentle admonishments from around the community .....

G

On 31 May 2012 19:30, David Kastrup <address@hidden> wrote:
Gerry Prosser <address@hidden> writes:

> besideCN is used to display capo settings along with guitar chord
> names, but with 2.15.39 I get error message 'Unbound variable:
> $which-side'
>
> the last working score I have was compiled with 2.15.13
>
> besideCN = #(define-music-function (parser location which-side
> added-text) (integer? string?) #{\once \override ChordNames.ChordName
> #'stencil = #(lambda (grob) (ly:grob-set-property! grob 'text (markup
> #:put-adjacent 0 $which-side ; #LEFT or #RIGHT
> (ly:grob-property grob 'text) $added-text)) (ly:text-interface::print
> grob)) #})
>
> Chords = \new ChordNames \chordmode {
>   \besideCN #LEFT "Capo1 " d1 fis2:m7 b2:m e1:m7 a
> }
>
> any clues, anyone, please ?

convert-ly -ed

is used for upgrading the syntax of files written for an earlier version
of LilyPond to the present.

--
David Kastrup


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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