]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/skips-in-lyric-mode.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / skips-in-lyric-mode.ly
index 9cfed3b470110be9be9dc8b5cfcddeee5d375674..cfe80eab3b08316bacd9cf83c33c86fe1543adf5 100644 (file)
@@ -1,16 +1,21 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.12.3"
 
 \header {
   lsrtags = "rhythms, vocal-music"
- texidoc = "
+
+  texidoc = "
 The @code{s} syntax for skips is only available in note mode and chord
-mode. In other situations, for example, when entering lyrics, you
-should use the @code{\\skip} command. 
-" }
-% begin verbatim
+mode. In other situations, for example, when entering lyrics, using the
+@code{\\skip} command is recommended. 
+
+"
+  doctitle = "Skips in lyric mode"
+} % begin verbatim
+
 <<
   \relative { a'1 a }
   \new Lyrics \lyricmode { \skip 1 bla1 }
 >>
+