]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/heavily-customized-polymetric-time-signatures.ly
CG: explain what big staff size means in regtests
[lilypond.git] / Documentation / snippets / heavily-customized-polymetric-time-signatures.ly
index 9221e59f7a23c897d2907a2f0d204d609bd484dd..447e02d2202c2cd3c5cdacdc54b181c5c4796c51 100644 (file)
@@ -1,10 +1,23 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.39"
+\version "2.15.40"
 
 \header {
-  lsrtags = "rhythms, percussion"
+  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"
 
   texidoc = "
 Though the polymetric time signature shown was not the most essential
@@ -15,6 +28,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)
@@ -34,7 +48,7 @@ is the template of a real Balkan song!).
 melody = \relative c'' {
   \set Staff.instrumentName = #"Bb Sop."
   \key g \major
-  #(set-time-signature 25 8 '(3 2 2 3 2 2 2 2 3 2 2))
+  \time #'(3 2 2 3 2 2 2 2 3 2 2) 25/8
   \override Staff.TimeSignature #'stencil =
     #(custom-time-signature "3" "2" "2" "3" "2" "2"
       "2" "2" "3" "2" "2" "8")