X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fcompound-time-signatures.ly;h=003b9c8c44b64576cb01d0fd3ae6c1d15726e699;hb=fb09f28821ce6ce66ec508ddaa8c9320d2813695;hp=5a86c8c77b9768008e1b433b3da2f3e4ffcc5cdb;hpb=03aeb8ec429f88b99aa00e7ad44b593e94737760;p=lilypond.git diff --git a/input/lsr/compound-time-signatures.ly b/input/lsr/compound-time-signatures.ly index 5a86c8c77b..003b9c8c44 100644 --- a/input/lsr/compound-time-signatures.ly +++ b/input/lsr/compound-time-signatures.ly @@ -1,6 +1,6 @@ %% 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.11.62" +\version "2.12.3" \header { lsrtags = "rhythms" @@ -17,6 +17,18 @@ gráficas de la agrupación de compases; véase el fragmento de código apropiado en la base de datos). " + +%% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a> +texidocde = " +Ungerade Taktarten werden (wie etwa \"5/8\") werden oft als zusammengesetzte +Taktarten interpretiert (bspw. \"3/8 + 2/8\"), in welchen zwei oder mehr +Teiltakte unterschieden werden. LilyPond kann derartige Noten produzieren, +indem entsprechende Taktarten gesetzt werden und die automatische +Bebalkung angepasst wird. + +" + doctitlede = "Zusammengesetzte Taktarten" + 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 @@ -29,14 +41,17 @@ database.) " doctitle = "Compound time signatures" } % begin verbatim -#(define (compound-time one two num) - (markup #:override '(baseline-skip . 0) #:number - (#:line ((#:column (one num)) #:vcenter "+" (#:column (two num)))) - )) - -\relative { - \override Staff.TimeSignature #'stencil = #ly:text-interface::print - \override Staff.TimeSignature #'text = #(compound-time "2" "3" "8") + +#(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))))))) + +\relative c' { + \override Staff.TimeSignature #'stencil = #(compound-time "2" "3" "8") \time 5/8 #(override-auto-beam-setting '(end 1 8 5 8) 1 4) c8 d e fis gis