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