]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/skips-in-lyric-mode.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.2"
8
9 \header {
10   lsrtags = "really-simple, rhythms, vocal-music"
11
12   texidoc = "
13 The @code{s} syntax for skips is only available in note mode and chord
14 mode. In other situations, for example, when entering lyrics, using the
15 @code{\\skip} command is recommended.
16
17 "
18   doctitle = "Skips in lyric mode"
19 } % begin verbatim
20
21
22 <<
23   \relative c'' { a1 | a }
24   \new Lyrics \lyricmode { \skip 1 bla1 }
25 >>