Staff containers: Difference between revisions
Import snippet from LSR |
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
||
| Line 1: | Line 1: | ||
In this preliminary test of a modern score, the staff lines are washed out temporarily. This is done by making a tuned <code>StaffContainer</code>, which <code>\skip</code>s some notes without printing lines either and creates a <code>\new Staff</code> then in order to create the lines again. (Be careful if you use this; it has been done by splitting the grouping <code>Axis_group_engraver</code> and creating functionality into separate contexts, but the clefs and time signatures may not do what you would expect.) | In this preliminary test of a modern score, the staff lines are washed out temporarily. This is done by making a tuned <code>StaffContainer</code>, which <code>\skip</code>s some notes without printing lines either and creates a <code>\new Staff</code> then in order to create the lines again. (Be careful if you use this; it has been done by splitting the grouping <code>Axis_group_engraver</code> and creating functionality into separate contexts, but the clefs and time signatures may not do what you would expect.) | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=138 | %% http://lsr.di.unimi.it/LSR/Item?id=138 | ||