Making \thumb behave like other fingerings: Difference between revisions
Import snippet from LSR |
m New category |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<code>\thumb</code> does not behave like other fingerings, in particular with regards to slur avoidance, since it is defined as a <code>Script</code> object. This can be changed by redefining <code>\thumb</code> as a <code>Fingering</code> object, which also allows finer control over positioning with <code>fingeringOrientations</code>. | <code>\thumb</code> does not behave like other fingerings, in particular with regards to slur avoidance, since it is defined as a <code>Script</code> object. This can be changed by redefining <code>\thumb</code> as a <code>Fingering</code> object, which also allows finer control over positioning with <code>fingeringOrientations</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=690 | %% http://lsr.di.unimi.it/LSR/Item?id=690 | ||
| Line 23: | Line 23: | ||
[[Category:Workaround]] | [[Category:Workaround]] | ||
[[Category:Version-specific]] | [[Category:Version-specific]] | ||
[[Category:Snippet]] | |||