Marc Hohl schrieb:
Hello list,
thanks to Reinhold Kainhofer and Wilbert Berendsen I managed to get a
callback with an
additional argument.
Now I want to write a music function like this:
myFunction = #(define-music-function parser location fret music)
(string? ly:music?)
(let (( ... some
Marc Hohl writes:
> Hello list,
>
> thanks to Reinhold Kainhofer and Wilbert Berendsen I managed to get a
> callback with an
> additional argument.
>
> Now I want to write a music function like this:
>
> myFunction = #(define-music-function parser location fret music)
> (string? ly:music?)
> (le
Am Montag, 27. September 2010, um 10:28:53 schrieb Marc Hohl:
> :2:46: Fehler: GUILE signalisierte einen Fehler für den hier
> beginnenden Ausdruck
> \override TabNoteHead #(quote stencil) = #
> (my-special-callback fret)
> Unbound variable: fret
>
Hello list,
thanks to Reinhold Kainhofer and Wilbert Berendsen I managed to get a
callback with an
additional argument.
Now I want to write a music function like this:
myFunction = #(define-music-function parser location fret music)
(string? ly:music?)
(let (( ... some expressions ... ))