X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fhow-to-put-ties-between-syllables-in-lyrics.ly;h=0191bbba972b085d0f78a2195f915c22e777301b;hb=958e95822083954cad00e0a598eb9f12ceba67b9;hp=660107940900b79870e0a35c6680c802045f1350;hpb=69f0ec479a6ade46d0a227755bb02562112c6743;p=lilypond.git diff --git a/Documentation/snippets/how-to-put-ties-between-syllables-in-lyrics.ly b/Documentation/snippets/how-to-put-ties-between-syllables-in-lyrics.ly index 6601079409..0191bbba97 100644 --- a/Documentation/snippets/how-to-put-ties-between-syllables-in-lyrics.ly +++ b/Documentation/snippets/how-to-put-ties-between-syllables-in-lyrics.ly @@ -1,18 +1,21 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.1" +\version "2.18.0" \header { - lsrtags = "text, vocal-music" + lsrtags = "specific-notation, symbols-and-glyphs, text, vocal-music" texidoc = " -This can be achieved by separating those syllables by tildes. +This can be achieved by separating those syllables by tildes. " doctitle = "How to put ties between syllables in lyrics" } % begin verbatim \lyrics { - wa~o~a + wa~o~a } -