On 4/12/10 4:59 PM, "Bernardo Barros" <[email protected]> wrote:
> I followed your instructions, I have now another kind of error, but it
> still doesn't work.
>
> I DID:
>
> #(define-markup-command (woodfing layout props fingers)
<snip>
> AND:
>
>
> c'^\woodfing #'(##t ##t ##t ##t ##t ##t)
>
> AND I GOT:
>
>
> Processing `fingerings6.ly'
> Parsing...
> fingerings6.ly:124:11: error: unknown escaped string: `\woodfing'
> c'^
> \woodfing '(##t ##t ##t ##t ##t ##t)
> fingerings6.ly:124:21: error: syntax error, unexpected '''
> c'^\woodfing
> '(##t ##t ##t ##t ##t ##t)
> fingerings6.ly:124:46: error: syntax error, unexpected ')'
> c'^\woodfing '(##t ##t ##t ##t ##t ##t
> )
> fingerings6.ly:115:0: error: errors found, ignoring music expression
You still have two errors. 1) you need to put \markup before a
newly-defined markup function, and 2) once you make a scheme list by
starting with #'(, you need to put Scheme values, not LilyPond values.
c'^\markup \woodfing #'(#t #t #t #t #t #t)
should work for you.
Have you chapter 6 of the Notation Reference for 2.12?
Thanks,
Carl
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user