]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/skips-in-lyric-mode.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode.ly
index 033526193164b024907b620a485a13212824334d..f9efee48c7b8e07c1f71a8131d4a85b97dd09b5c 100644 (file)
@@ -1,6 +1,10 @@
-%% 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.dsi.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.14.0"
 
 \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. 
+@code{\\skip} command is recommended.
 
 "
   doctitle = "Skips in lyric mode"
 } % begin verbatim
 
 <<
-  \relative { a'1 a }
+  \relative c'' { a1 | a }
   \new Lyrics \lyricmode { \skip 1 bla1 }
 >>