]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/skips-in-lyric-mode.ly
Fix "make top-doc" (and thus "make dist") on clean build tree
[lilypond.git] / Documentation / snippets / skips-in-lyric-mode.ly
index 337021ae2d67a87f6d97e641a4d8d3c3caae03e2..9b9aee50934b62466ae0a67840aa4cb65bb3d4fd 100644 (file)
@@ -7,7 +7,7 @@
 \version "2.14.2"
 
 \header {
-  lsrtags = "vocal-music, really-simple, rhythms"
+  lsrtags = "really-simple, rhythms, vocal-music"
 
   texidoc = "
 The @code{s} syntax for skips is only available in note mode and chord
@@ -23,4 +23,3 @@ mode. In other situations, for example, when entering lyrics, using the
   \relative c'' { a1 | a }
   \new Lyrics \lyricmode { \skip 1 bla1 }
 >>
-