]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/skips-in-lyric-mode.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[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 %% Tags: rhythms, vocal-music
4 \version "2.11.35"
5
6 \header { texidoc = "
7 The s syntax is only available in note mode and chord mode. In other
8 situations, for example, when entering lyrics, you should use the
9 \\skip command.
10 " }
11 % begin verbatim
12 <<
13   \relative { a'2 a1 }
14   \new Lyrics \lyricmode { \skip 2 bla1 }
15 >>