]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/skips-in-lyric-mode-2.ly
d2e155dd413b138dd1e41671797545c8f62396ac
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode-2.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 Sachant qu'un @code{s} au sein d'un bloc @code{\\lyricmode} est
15 interprété non comme de l'espace mais comme un mot, l'utilisation de
16 paires de guillemets informatiques (@code{\"\"}) ou un caractère
17 souligné simple (@code{_}) permet de « sauter » une note.
18
19 "
20   doctitlefr = "Sauts de notes en mode paroles (2)"
21
22   texidoc = "
23 Although @code{s} skips cannot be used in @code{\\lyricmode} (it is
24 taken to be a literal @qq{s}, not a space), double quotes (@code{\"\"})
25 or underscores (@code{_}) are available.So for example:
26
27 "
28   doctitle = "Skips in lyric mode (2)"
29 } % begin verbatim
30
31
32 <<
33   \relative c'' { a4 b c d }
34   \new Lyrics \lyricmode { a4 "" _ gap }
35 >>
36