]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/skips-in-lyric-mode-2.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[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.38"
4
5 \header {
6   lsrtags = "rhythms, vocal-music"
7  texidoc = "
8 Although you can't use @code{s} in @code{\\lyricmode} (it's taken to be
9 a literal \"s\", not a space) you can use either @code{\"\"} or
10 @code{_}.
11
12 So for example:
13 " }
14 % begin verbatim
15 << 
16  \relative c'' { a4 b c d }
17  \new Lyrics \lyricmode { a4   _2  gap4 }
18 >>
19
20