]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/compound-time-signatures.ly
LSR: Update.
[lilypond.git] / input / lsr / compound-time-signatures.ly
index a75cc8eb58006c4b80506d4465250a2480676e77..003b9c8c44b64576cb01d0fd3ae6c1d15726e699 100644 (file)
@@ -1,8 +1,10 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.12.0"
+\version "2.12.3"
 
 \header {
+  lsrtags = "rhythms"
+
  doctitlees = "Indicaciones de compases compuestos"
  texidoces = "
 Las indicaciones de compás poco frecuentes como \"5/8\" se pueden
@@ -27,7 +29,6 @@ Bebalkung angepasst wird.
 "
   doctitlede = "Zusammengesetzte Taktarten"
 
-  lsrtags = "rhythms"
   texidoc = "
 Odd 20th century time signatures (such as \"5/8\") can often be played
 as compound time signatures (e.g. \"3/8 + 2/8\"), which combine two or
@@ -41,15 +42,13 @@ database.)
   doctitle = "Compound time signatures"
 } % begin verbatim
 
-
 #(define ((compound-time one two num) grob)
   (grob-interpret-markup grob
     (markup #:override '(baseline-skip . 0) #:number
       (#:line (
           (#:column (one num))
           #:vcenter "+"
-          (#:column (two num))))
-      )))
+          (#:column (two num)))))))
 
 \relative c' {
   \override Staff.TimeSignature #'stencil = #(compound-time "2" "3" "8")