Hi,
some relevant changes between 2.14 and 2.19 are these:
http://lilypond.org/doc/v2.18/Documentation/changes/index.html
> error: syntax error, unexpected '=', expecting SCM_FUNCTION or SCM_IDENTIFIER
> or SCM_TOKEN
> \override TupletBracket.stencil
> = #ly:slur::printVia trial-and-error I found
> out that the version o
It might be that it's not the ‘=’ but the dot syntax. How about this?
\override TupletBracket #'stencil = …
> error: unknown escaped string: `\tuplet'
> \tuplet 3/2 { c''4 d'' e'’ }
‘\tuplet 3/2’ was newly introduced. With older versions you can write
‘\times 2/3’.
Cheers,
Joram
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user