]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/skips-in-lyric-mode.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.10"
5
6 \header {
7   lsrtags = "rhythms, vocal-music"
8
9   texidoc = "
10 The @code{s} syntax for skips is only available in note mode and chord
11 mode. In other situations, for example, when entering lyrics, using the
12 @code{\\skip} command is recommended.
13
14 "
15   doctitle = "Skips in lyric mode"
16 } % begin verbatim
17
18 <<
19   \relative c'' { a1 | a }
20   \new Lyrics \lyricmode { \skip 1 bla1 }
21 >>
22