]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/skips-in-lyric-mode.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / skips-in-lyric-mode.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 The @code{s} syntax for skips is only available in note mode and chord
10 mode. In other situations, for example, when entering lyrics, using the
11 @code{\\skip} command is recommended. 
12
13 "
14   doctitle = "Skips in lyric mode"
15 } % begin verbatim
16 <<
17   \relative { a'1 a }
18   \new Lyrics \lyricmode { \skip 1 bla1 }
19 >>