It worked! Thank you, Neil! I'll put some extra arguments for the extra key names. Maybe taht will be usefulo for others too.
Thank you everyone, great community! On 12 April 2010 20:16, Neil Puttock <[email protected]> wrote: > On 12 April 2010 23:59, Bernardo Barros <[email protected]> wrote: >> I followed your instructions, I have now another kind of error, but it >> still doesn't work. > > You're nearly there. :) > >> >> I DID: >> >> #(define-markup-command (woodfing layout props fingers) >> (list?) >> "Woodwind fingerings." >> (interpret-markup layout props >> >> (markup >> #:line (#:override (baseline-skip . 1.5) > > As I mentioned previously, you must add a quote before the pair in > each override: > > (#:override '(baseline-skip . 1.5) > >> #:draw-circle >> 0.5 >> 0.1 >> (forth fingers) > > typo: > > (fourth fingers) > >> c'^\woodfing #'(##t ##t ##t ##t ##t ##t) > > A markup command must be preceded by \markup: > > c'^\markup \woodfing > > A list of booleans: > > #'(#t #t #t #t #t #f) > > Regards, > Neil > _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
