]> 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 80ec4fbbde3323055a1b3f8e504a8b6fd695ad2e..90e03b195c16db157c3270ece4d7287844476cc9 100644 (file)
@@ -1,14 +1,18 @@
-%% 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 = "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)"
@@ -18,4 +22,3 @@ or underscores (@code{_}) are available.So for example:
   \relative c'' { a4 b c d }
   \new Lyrics \lyricmode { a4 "" _ gap }
 >>
-