]> 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 e2fde1bd65a211cffdad8d9a2c5750a5064167be..f427a46ffc8bb2af1943c8f0421fabde18bbb1be 100644 (file)
@@ -1,7 +1,7 @@
 %% 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.4"
+\version "2.13.31"
 
 \header {
   lsrtags = "rhythms, vocal-music"
@@ -16,7 +16,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 }
 >>