]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/heavily-customized-polymetric-time-signatures.ly
Fix "make top-doc" (and thus "make dist") on clean build tree
[lilypond.git] / Documentation / snippets / heavily-customized-polymetric-time-signatures.ly
index c13c8c7161677518b8ca0b9436358f6811ea3aea..9da14b8dbdaf4f12d7267121c671d9ff45f1a8b4 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.15.20"
+\version "2.15.40"
 
 \header {
-  lsrtags = "rhythms, percussion"
+  lsrtags = "contemporary-notation, percussion, real-music, rhythms"
 
   texidoc = "
 Though the polymetric time signature shown was not the most essential
@@ -18,6 +18,7 @@ is the template of a real Balkan song!).
   doctitle = "Heavily customized polymetric time signatures"
 } % begin verbatim
 
+
 #(define plus (markup #:vcenter "+"))
 #(define ((custom-time-signature one two three four five six
                                  seven eight nine ten eleven num) grob)
@@ -57,4 +58,3 @@ drum = \new DrumStaff \drummode {
   \melody
   \drum
 }
-