Adding rests: 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: | ||
Rests are entered like notes, with the note name <code>r</code>, so just type <code>r</code> followed by the duration. | Rests are entered like notes, with the note name <code>r</code>, so just type <code>r</code> followed by the duration. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=158 | %% http://lsr.di.unimi.it/LSR/Item?id=158 | ||
Revision as of 18:48, 16 November 2025
Rests are entered like notes, with the note name r, so just type r followed by the duration.
\version "2.24"
%% http://lsr.di.unimi.it/LSR/Item?id=158
{
r1 r2 r4 r8
}