1%% DO NOT EDIT this file manually; it is automatically
2%% generated from LSR http://lsr.di.unimi.it
3%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4%% and then run scripts/auxiliar/makelsr.py
5%%
6%% This file is in the public domain.
7\version "2.23.2"
8
9\header {
10  lsrtags = "really-simple, rhythms, vocal-music"
11
12  texidoc = "
13The @code{s} syntax for skips is only available in note mode and chord
14mode. In other situations, for example, when entering lyrics, using the
15@code{\\skip} command is recommended.
16
17"
18  doctitle = "Skips in lyric mode"
19} % begin verbatim
20
21<<
22  \relative c'' { a1 | a }
23  \new Lyrics \lyricmode { \skip 1 bla1 }
24>>
25