]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/putting-lyrics-inside-the-staff.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / putting-lyrics-inside-the-staff.ly
index 3b95a02218e9b8e610b64b8c112757b87c6c4d15..cc6fc089416a98921afca1d96d3df7f428e6de9a 100644 (file)
@@ -7,7 +7,7 @@
 \version "2.14.2"
 
 \header {
-  lsrtags = "vocal-music, text, staff-notation"
+  lsrtags = "staff-notation, text, vocal-music"
 
   texidoc = "
 Lyrics can be moved vertically to place them inside the staff.  The
@@ -29,4 +29,3 @@ hyphens.  The offset needed is established with trial and error.
     \override LyricHyphen #'extra-offset = #'(0 . 8.6)
   } \lyricsto "voc" { La la -- la __ _ la }
 >>
-