]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/skips-in-lyric-mode-2.ly
LSR: update.
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode-2.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.31"
5
6 \header {
7   lsrtags = "rhythms, vocal-music"
8
9   texidoc = "
10 Although @code{s} skips cannot be used in @code{\\lyricmode} (it is
11 taken to be a literal @qq{s}, not a space), double quotes (@code{\"\"})
12 or underscores (@code{_}) are available.So for example:
13
14 "
15   doctitle = "Skips in lyric mode (2)"
16 } % begin verbatim
17
18 <<
19   \relative c'' { a4 b c d }
20   \new Lyrics \lyricmode { a4 "" _ gap }
21 >>
22