X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcompound-time-signatures.ly;h=120972a6e206cff8736c77d12f62145eb673c055;hb=252ec5e71b5e121734a9c9897245137cb07e4a1f;hp=bd00f68e295998fdd58f1f0d867dd24060bb5461;hpb=1c122290caffd067b81c60a18c97e61d1c6b209e;p=lilypond.git diff --git a/Documentation/snippets/compound-time-signatures.ly b/Documentation/snippets/compound-time-signatures.ly index bd00f68e29..120972a6e2 100644 --- a/Documentation/snippets/compound-time-signatures.ly +++ b/Documentation/snippets/compound-time-signatures.ly @@ -1,11 +1,14 @@ -% Do not edit this file; it is automatically +% DO NOT EDIT this file manually; it is automatically % generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% % This file is in the public domain. -%% Note: this file works from version 2.13.29 -\version "2.13.29" +%% Note: this file works from version 2.14.0 +\version "2.14.0" \header { -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 doctitlees = "Indicaciones de compases compuestos" texidoces = " Las indicaciones de compás poco frecuentes como @qq{5/8} se pueden @@ -33,13 +36,13 @@ Bebalkung angepasst wird. -%% Translation of GIT committish: 4da4307e396243a5a3bc33a0c2753acac92cb685 +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 texidocfr = " Des métriques telles que @qq{5/8} peuvent s'interpréter sous une forme décomposée --- @qq{3/8 + 2/8} par exemple --- qui combine plusieurs métriques. LilyPond est capable de rendre ce type de notation, plus - facile à lire et à interpréter, en imprimant cette métrique composite - et en adaptant les règles de ligature automatique en conséquence. +facile à lire et à interpréter, en imprimant cette métrique composite +et en adaptant les règles de ligature automatique en conséquence. " doctitlefr = "Métrique décomposée" @@ -58,18 +61,6 @@ database.) } % 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))))))) - -\relative c' { - \override Staff.TimeSignature #'stencil = #(compound-time "2" "3" "8") - \time 5/8 - \set Staff.beatStructure = #'(2 3) - c8 d e fis gis - c8 fis, gis e d - c8 d e4 gis8 +\markup { + This snippet is deprecated as of 2.15.9 and will be removed in 2.16 }