]> 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 415e0ae3465ac41f1f289c4f7f4b02ac2d6e3605..cfe80eab3b08316bacd9cf83c33c86fe1543adf5 100644 (file)
@@ -1,15 +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.
-%% Tags: rhythms, vocal-music
-\version "2.11.35"
-
-\header { texidoc = "
-The s syntax is only available in note mode and chord mode. In other
-situations, for example, when entering lyrics, you should use the
-\\skip command.
-" }
-% begin verbatim
+\version "2.12.3"
+
+\header {
+  lsrtags = "rhythms, vocal-music"
+
+  texidoc = "
+The @code{s} syntax for skips is only available in note mode and chord
+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'2 a1 }
-  \new Lyrics \lyricmode { \skip 2 bla1 }
+  \relative { a'1 a }
+  \new Lyrics \lyricmode { \skip 1 bla1 }
 >>
+