Jump to content

Skips: Difference between revisions

From LilyPond wiki
Import snippet from LSR
 
(No difference)

Latest revision as of 22:37, 26 October 2025

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
}