]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/how-to-put-ties-between-syllables-in-lyrics.ly
e1bd01546679b37a20825bfb15b9eb84b4e35f08
[lilypond.git] / Documentation / snippets / how-to-put-ties-between-syllables-in-lyrics.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 = "specific-notation, text, vocal-music, symbols-and-glyphs"
11
12 %% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454
13   texidocfr = "
14 Des mots monosyllabiques peuvent s'attacher par une liaison à l'aide
15 d'un tilde.
16
17 "
18   doctitlefr = "Séparation de syllables par une liaison"
19
20   texidoc = "
21 This can be achieved by separating those syllables by tildes.
22
23 "
24   doctitle = "How to put ties between syllables in lyrics"
25 } % begin verbatim
26
27
28 \lyrics {
29   wa~o~a
30 }
31