]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/skips-in-lyric-mode.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode.ly
index f9efee48c7b8e07c1f71a8131d4a85b97dd09b5c..6cea02f2556930bd89c7672b895e40ac2c988dfd 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  lsrtags = "rhythms, vocal-music"
+  lsrtags = "really-simple, rhythms, vocal-music"
 
   texidoc = "
 The @code{s} syntax for skips is only available in note mode and chord
@@ -18,8 +18,8 @@ mode. In other situations, for example, when entering lyrics, using the
   doctitle = "Skips in lyric mode"
 } % begin verbatim
 
+
 <<
   \relative c'' { a1 | a }
   \new Lyrics \lyricmode { \skip 1 bla1 }
 >>
-