]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/heavily-customized-polymetric-time-signatures.ly
New bar line interface
[lilypond.git] / Documentation / snippets / heavily-customized-polymetric-time-signatures.ly
index 447e02d2202c2cd3c5cdacdc54b181c5c4796c51..fafe1cb9999e25db17a39534841c7e5fd8d6ce67 100644 (file)
@@ -4,20 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.15.40"
+\version "2.17.5"
 
 \header {
-  lsrtags = "contemporary-notation, rhythms, real-music, percussion"
-
-%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454
-  texidocfr = "
-Bien que la métrique complexe ne soit pas l'élément primordial de cet
-exemple, elle permet d'indiquer la pulsation de cette pièce qui, par
-ailleurs, constitue le canevas d'une chanson traditionnelle des
-Balkans.
-
-"
-  doctitlefr = "Indication personnalisée d'une polymétrie complexe"
+  lsrtags = "contemporary-notation, percussion, real-music, rhythms"
 
   texidoc = "
 Though the polymetric time signature shown was not the most essential
@@ -60,12 +50,11 @@ 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 ":|."
 }
 
 {
   \melody
   \drum
 }
-