lilypond-user
[Top][All Lists]
Advanced

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

Re: creating chords like F/A(D/F#) with \chordmode { }


From: David Kastrup
Subject: Re: creating chords like F/A(D/F#) with \chordmode { }
Date: Tue, 15 Mar 2016 09:49:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Eby Mani <address@hidden> writes:

> I'm getting the following error on Lilypond 2.18.2 while trying your
> "\altChord" function. Are those functions limited to Lilypond 2.19 ?.
>
> "Parsing.../opt/lilypond/usr/share/lilypond/current/scm/ly-syntax-constructors.scm:56:23:
> In expression (apply (ly:music-function-extract fun) parser ...):
> /opt/lilypond/usr/share/lilypond/current/scm/ly-syntax-constructors.scm:56:23:
> Wrong number of arguments to #<procedure #f (m1 m2)>"
>
> Eby

altChords =
#(define-music-function (m1 m2)(ly:music? ly:music?)

has to be

altChords =
#(define-music-function (parser location m1 m2)(ly:music? ly:music?)

in 2.18 instead.

-- 
David Kastrup



reply via email to

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