int(0) Skips - LilyPond wiki Jump to content

Skips

From LilyPond wiki

An invisible rest (also called a `skip') can be entered like a note with note name `s' or with \skip duration.

\version "2.24.0"

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

{
  a4 a4 s4 a4 \skip 1 a4
}