Jump to content

Skip properties

From LilyPond wiki

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.0"

%% http://lsr.di.unimi.it/LSR/Item?id=162

{ s4 }