On 9 March 2011 23:18, James Lowe <[email protected]> wrote:

> If this is true I can add an @knownissue in the Notation Reference at
> least. Unless anyone objects?

It's only true at the most basic level, i.e., using the bare digits,
since this is a parser limitation.  However, there's nothing stopping
you from rolling your own commands to bypass this:

ten =
#(make-music 'FingeringEvent
                     'digit 10)

finger =
#(define-music-function (parser location digit) (integer?)
     (make-music 'FingeringEvent
                        'digit digit))

\relative c' {
  c1\ten
  <c-\finger #10 e-\finger #12 >
}

Cheers,
Neil

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to