Update .ly files.
[lilypond.git] / input / lsr / skips-in-lyric-mode.ly
blobe5d0dc5911e463ab538cf565ac5a273270972bd9
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.12.0"
5 \header {
6 lsrtags = "rhythms, vocal-music"
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.
14 doctitle = "Skips in lyric mode"
15 } % begin verbatim
18 \relative { a'1 a }
19 \new Lyrics \lyricmode { \skip 1 bla1 }