]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/skips-in-lyric-mode.ly
5f8e5a1dc273be1975f0695c3444d84897a60268
[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 %% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716
13   texidocfr = "
14 La syntaxe @code{s} qui permet de « faire un saut dans le temps » n'est
15 disponible qu'en mode notes et en mode accords.  Dans les autres
16 situations, comme en mode paroles par exemple, la commande @code{\\skip}
17 produit les mêmes effets.
18
19 "
20   doctitlefr = "Sauts de notes en mode paroles"
21
22   texidoc = "
23 The @code{s} syntax for skips is only available in note mode and chord
24 mode. In other situations, for example, when entering lyrics, using the
25 @code{\\skip} command is recommended.
26
27 "
28   doctitle = "Skips in lyric mode"
29 } % begin verbatim
30
31
32 <<
33   \relative c'' { a1 | a }
34   \new Lyrics \lyricmode { \skip 1 bla1 }
35 >>
36