]> 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 e2fde1bd65a211cffdad8d9a2c5750a5064167be..f9efee48c7b8e07c1f71a8131d4a85b97dd09b5c 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
+%% 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.4"
+\version "2.14.0"
 
 \header {
   lsrtags = "rhythms, vocal-music"
@@ -16,7 +19,7 @@ mode. In other situations, for example, when entering lyrics, using the
 } % begin verbatim
 
 <<
-  \relative { a'1 a }
+  \relative c'' { a1 | a }
   \new Lyrics \lyricmode { \skip 1 bla1 }
 >>