Jump to content

Skip properties: Difference between revisions

From LilyPond wiki
Import snippet from LSR
 
m New category
 
(2 intermediate revisions by 2 users not shown)
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.0">
<lilypond version="2.24">
%% http://lsr.di.unimi.it/LSR/Item?id=162
%% http://lsr.di.unimi.it/LSR/Item?id=162


Line 11: Line 11:
[[Category:Really simple]]
[[Category:Really simple]]
[[Category:Rhythms]]
[[Category:Rhythms]]
[[Category:Snippet]]

Latest revision as of 23:25, 21 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 }