Skip properties: Difference between revisions
Appearance
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 3: | Line 3: | ||
The <code>s</code> skip command does create <code>Staff</code> and <code>Voice</code> when necessary, similar to note and rest commands. For example, the following results in an empty staff. | The <code>s</code> skip command does create <code>Staff</code> and <code>Voice</code> when necessary, similar to note and rest commands. For example, the following results in an empty staff. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=162 | %% http://lsr.di.unimi.it/LSR/Item?id=162 | ||
Revision as of 18:57, 16 November 2025
The skip command is merely an empty musical placeholder. It does not produce any output, not even transparent output.
The s skip command does create Staff and Voice when necessary, similar to note and rest commands. For example, the following results in an empty staff.
\version "2.24"
%% http://lsr.di.unimi.it/LSR/Item?id=162
{ s4 }