]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/how-to-put-ties-between-syllables-in-lyrics.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / how-to-put-ties-between-syllables-in-lyrics.ly
index 660107940900b79870e0a35c6680c802045f1350..0191bbba972b085d0f78a2195f915c22e777301b 100644 (file)
@@ -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
 }
-