X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fcompound-time-signatures.ly;h=003b9c8c44b64576cb01d0fd3ae6c1d15726e699;hb=fb09f28821ce6ce66ec508ddaa8c9320d2813695;hp=a75cc8eb58006c4b80506d4465250a2480676e77;hpb=730e35bfe91fc8b151fbd54c6daddaf930664327;p=lilypond.git diff --git a/input/lsr/compound-time-signatures.ly b/input/lsr/compound-time-signatures.ly index a75cc8eb58..003b9c8c44 100644 --- a/input/lsr/compound-time-signatures.ly +++ b/input/lsr/compound-time-signatures.ly @@ -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")