]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/quoting-another-voice.ly
Move input/new doctitles and update LSR
[lilypond.git] / input / new / quoting-another-voice.ly
index 9a1c58eea38827d07ba25f1e88d507aaeedadacf..bac9ef3ea91df44064927769e6ff881f17d4f936 100644 (file)
@@ -1,12 +1,12 @@
 \version "2.11.10"
 \layout { ragged-right= ##t }
 \header {
-  doctitle = "Quoting another voice"
   lsrtags = "staff-notation"
   texidoc = "With @code{\\quote}, fragments of previously entered
 music may be quoted. @code{quotedEventTypes} will determines what
 things are quoted.  In this example, a 16th rest is not quoted, since
 @code{rest-event} is not in @code{quotedEventTypes}."
+  doctitle = "Quoting another voice"
 }
 
 quoteMe = \relative c' { fis4 r16  a8.-> b4-\ff c }