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