]> 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{_}So for example: 
11 " }
12 % begin verbatim
13 <<
14   \relative c'' { a4 b c d }
15   \new Lyrics \lyricmode { a4 "" _ gap }
16 >>