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