Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / lsr / skips-in-lyric-mode.ly
blob30b8b4978f758a1a0880cf5b376d86240259cca7
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"
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 }