]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/skips-in-lyric-mode-2.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode-2.ly
index 80ec4fbbde3323055a1b3f8e504a8b6fd695ad2e..e9e25e9756da85e1d29c5a99819004fc93e01cad 100644 (file)
@@ -1,21 +1,25 @@
-%% 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.dsi.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.16.0"
 
 \header {
-  lsrtags = "rhythms, vocal-music"
+  lsrtags = "really-simple, rhythms, vocal-music"
 
   texidoc = "
 Although @code{s} skips cannot be used in @code{\\lyricmode} (it is
-taken to be a literal \"s\", not a space), double quotes (@code{\"\"})
-or underscores (@code{_}) are available.So for example: 
+taken to be a literal @qq{s}, not a space), double quotes (@code{\"\"})
+or underscores (@code{_}) are available.So for example:
 
 "
   doctitle = "Skips in lyric mode (2)"
 } % begin verbatim
 
+
 <<
   \relative c'' { a4 b c d }
   \new Lyrics \lyricmode { a4 "" _ gap }
 >>
-