]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/skips-in-lyric-mode-2.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / skips-in-lyric-mode-2.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.62"
4
5 \header {
6   lsrtags = "rhythms, vocal-music"
7
8   texidoc = "
9 Although @code{s} skips cannot be used in @code{\\lyricmode} (it is
10 taken to be a literal \"s\", not a space), double quotes (@code{\"\"})
11 or underscores (@code{_}) are available.So for example: 
12
13 "
14   doctitle = "Skips in lyric mode (2)"
15 } % begin verbatim
16 <<
17   \relative c'' { a4 b c d }
18   \new Lyrics \lyricmode { a4 "" _ gap }
19 >>