LSR: Local update.
[lilypond/mpolesky.git] / Documentation / snippets / skips-in-lyric-mode-2.ly
blobd4c013c792bfe7a4446e94d50152a21f7e1d82cf
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"
6 \header {
7 lsrtags = "rhythms, vocal-music"
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:
15 doctitle = "Skips in lyric mode (2)"
16 } % begin verbatim
19 \relative c'' { a4 b c d }
20 \new Lyrics \lyricmode { a4 "" _ gap }