Here is a syntax against the naming convention and consistancy:

http://www.lilypond.org/doc/v2.18/Documentation/learning/tweaking-methods.html#the-tweak-command

> \tweak layout-object.layout-property value
or german
> \tweak layout-object #'layout-property value

must be

> \tweak LayoutObject #'layout-property #value
or
> \tweak LayoutObject.layout-property #value

as in the very first code block on that page.

(Same error also in German language.)



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

Reply via email to