]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/skips-in-lyric-mode.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode.ly
index a9248e8af71e82bed0ddd6bb3fcab467644e2636..eb74ba39c095e65da6b661d9e78613f9f2b87aec 100644 (file)
@@ -1,15 +1,18 @@
-%% 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 = "
 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. 
+@code{\\skip} command is recommended.
 
 "
   doctitle = "Skips in lyric mode"
@@ -19,4 +22,3 @@ mode. In other situations, for example, when entering lyrics, using the
   \relative c'' { a1 | a }
   \new Lyrics \lyricmode { \skip 1 bla1 }
 >>
-