Gilberto Agostinho <[email protected]> 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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
