X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcompound-time-signatures.ly;h=473493472316cd313eb8b70eae51731d62eb44dc;hb=8cce5dd067a8a2bab508f5abebc3955db8837bbf;hp=1fc14f6234c90669f556f9a28a2c4157b41129f0;hpb=8247813bc580a90f7838846dc38aad5d49ac9d9d;p=lilypond.git diff --git a/Documentation/snippets/compound-time-signatures.ly b/Documentation/snippets/compound-time-signatures.ly index 1fc14f6234..4734934723 100644 --- a/Documentation/snippets/compound-time-signatures.ly +++ b/Documentation/snippets/compound-time-signatures.ly @@ -1,36 +1,29 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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.14.2" +\version "2.18.0" \header { 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 more inequal metrics. LilyPond can make such music quite -easy to read and play, by explicitly printing the compound time -signatures and adapting the automatic beaming behavior. +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 +more inequal metrics. + +LilyPond can make such music quite easy to read and play, by explicitly +printing the compound time signatures and adapting the automatic +beaming behavior. " 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))))))) - \relative c' { - \override Staff.TimeSignature #'stencil = #(compound-time "2" "3" "8") - \time 5/8 - \set Staff.beatStructure = #'(2 3) + \compoundMeter #'((2 8) (3 8)) c8 d e fis gis c8 fis, gis e d c8 d e4 gis8