Multiple simultaneous RehearsalMarks, tunable output per score, grace synchronized (obsolete in 2.23): Difference between revisions
Import snippet from LSR |
m New category |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
An alternate | An alternate engraver for RehearsalMarks with many features, e.g. | ||
* print multiple RehearsalMarks at the same time step, but still support purging of duplicates | * print multiple RehearsalMarks at the same time step, but still support purging of duplicates | ||
| Line 7: | Line 7: | ||
This snippet is obsolete starting from LilyPond version 2.23.14, which introduces the <code>\textMark</code> and <code>\textEndMark</code> commands. There is no restriction similar to rehearsal marks: there can be several text marks at the same moment. | This snippet is obsolete starting from LilyPond version 2.23.14, which introduces the <code>\textMark</code> and <code>\textEndMark</code> commands. There is no restriction similar to rehearsal marks: there can be several text marks at the same moment. | ||
<lilypond version="2.24 | <lilypond version="2.24" full> | ||
% by ArnoldTheresius | % by ArnoldTheresius | ||
% based on (and | % based on (and therefor thanks to Neil): | ||
% http://old.nabble.com/Nice-workaround-for-simultaneous-rehearsal-marks-%E2%80%93-thanks-Neil!-td32212763.html | % http://old.nabble.com/Nice-workaround-for-simultaneous-rehearsal-marks-%E2%80%93-thanks-Neil!-td32212763.html | ||
% which was defined by Neil Puttock | % which was defined by Neil Puttock | ||
| Line 877: | Line 877: | ||
[[Category:Text]] | [[Category:Text]] | ||
[[Category:Legacy code]] | [[Category:Legacy code]] | ||
[[Category:Snippet]] | |||