]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/skips-in-lyric-mode.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode.ly
index 033526193164b024907b620a485a13212824334d..6cd14ec1e6e911a5256f6f658088590bb5d9572d 100644 (file)
@@ -1,6 +1,7 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.4"
 
 \header {
   lsrtags = "rhythms, vocal-music"
@@ -8,14 +9,14 @@
   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 }
 >>