]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/skips-in-lyric-mode.ly
033526193164b024907b620a485a13212824334d
[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.13.1"
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 <<
18   \relative { a'1 a }
19   \new Lyrics \lyricmode { \skip 1 bla1 }
20 >>
21