lilypond-user
[Top][All Lists]
Advanced

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

Re: breaking chords with \autochange


From: David Kastrup
Subject: Re: breaking chords with \autochange
Date: Fri, 18 Dec 2015 10:13:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Gilberto Agostinho <address@hidden> writes:

> Hi all,
>
> I created a simple function which helps handle chords when using
> \autochange, but although the function works great I get some warning
> messages. This is the code:
>
> \version "2.19.32"
>
> autochord = #(define-music-function
>      (parser location chordDown chordUp)
>      (ly:music? ly:music?)
>       #{
>         <<
>           {
>             \oneVoice \change Staff = "down" $chordDown 
>           }
>           \\
>           {
>             \oneVoice \change Staff = "up" $chordUp 
>           }
>         >>

What are you really trying to do?  Where is the point in writing
<< \\ >> here ?

>       #}
>      )

-- 
David Kastrup



reply via email to

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