]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/heavily-customized-polymetric-time-signatures.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / heavily-customized-polymetric-time-signatures.ly
index 8e87fe8d1b9014c884f927485dd4e2b4a29d26a9..f8fdea629f4573e5b5a1d27232a4c9a8edb29555 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.15.40"
+\version "2.17.6"
 
 \header {
-  lsrtags = "real-music, percussion, rhythms, contemporary-notation"
+  lsrtags = "contemporary-notation, percussion, real-music, rhythms"
 
   texidoc = "
 Though the polymetric time signature shown was not the most essential
@@ -39,7 +39,7 @@ melody = \relative c'' {
   \set Staff.instrumentName = #"Bb Sop."
   \key g \major
   \time #'(3 2 2 3 2 2 2 2 3 2 2) 25/8
-  \override Staff.TimeSignature #'stencil =
+  \override Staff.TimeSignature.stencil =
     #(custom-time-signature "3" "2" "2" "3" "2" "2"
       "2" "2" "3" "2" "2" "8")
   c8 c c d4 c8 c b c b a4 g fis8 e d c b' c d e4-^ fis8 g \break
@@ -50,8 +50,8 @@ melody = \relative c'' {
 }
 
 drum = \new DrumStaff \drummode {
-  \bar "|:" bd4.^\markup { Drums } sn4 bd \bar ":" sn4.
-  bd4 sn \bar ":" bd sn bd4. sn4 bd \bar ":|"
+  \bar ".|:" bd4.^\markup { Drums } sn4 bd \bar ";" sn4.
+  bd4 sn \bar ";" bd sn bd4. sn4 bd \bar ":|."
 }
 
 {