Skips: 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 1: | Line 1: | ||
An invisible rest (also called a `skip') can be entered like a note with note name `s' or with \skip duration. | An invisible rest (also called a `skip') can be entered like a note with note name `s' or with \skip duration. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=160 | %% http://lsr.di.unimi.it/LSR/Item?id=160 | ||
Revision as of 18:55, 16 November 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"
%% http://lsr.di.unimi.it/LSR/Item?id=160
{
a4 a4 s4 a4 \skip 1 a4
}