]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/skips-in-lyric-mode-2.ly
Doc-es: various updates.
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode-2.ly
index c211cd318be89deaad6fc7e63a3ac7862919162f..90e03b195c16db157c3270ece4d7287844476cc9 100644 (file)
@@ -1,14 +1,17 @@
-%% Do not edit this file; it is automatically
-%% 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.4"
+\version "2.18.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{\"\"})
+taken to be a literal @qq{s}, not a space), double quotes (@code{\"\"})
 or underscores (@code{_}) are available.So for example:
 
 "
@@ -19,4 +22,3 @@ or underscores (@code{_}) are available.So for example:
   \relative c'' { a4 b c d }
   \new Lyrics \lyricmode { a4 "" _ gap }
 >>
-