X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fheavily-customized-polymetric-time-signatures.ly;fp=Documentation%2Fsnippets%2Fheavily-customized-polymetric-time-signatures.ly;h=e85878da1e779f43c8db4b29eb7e1785a014ce22;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=2e19d84b6783fce32426702c3e3be36e95bb7d6c;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly b/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly index 2e19d84b67..e85878da1e 100644 --- a/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly +++ b/Documentation/snippets/heavily-customized-polymetric-time-signatures.ly @@ -4,10 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.16.0" \header { - lsrtags = "rhythms, percussion" + lsrtags = "contemporary-notation, percussion, real-music, rhythms" texidoc = " Though the polymetric time signature shown was not the most essential @@ -18,6 +18,7 @@ is the template of a real Balkan song!). doctitle = "Heavily customized polymetric time signatures" } % begin verbatim + #(define plus (markup #:vcenter "+")) #(define ((custom-time-signature one two three four five six seven eight nine ten eleven num) grob) @@ -37,7 +38,7 @@ is the template of a real Balkan song!). melody = \relative c'' { \set Staff.instrumentName = #"Bb Sop." \key g \major - #(set-time-signature 25 8 '(3 2 2 3 2 2 2 2 3 2 2)) + \time #'(3 2 2 3 2 2 2 2 3 2 2) 25/8 \override Staff.TimeSignature #'stencil = #(custom-time-signature "3" "2" "2" "3" "2" "2" "2" "2" "3" "2" "2" "8") @@ -57,4 +58,3 @@ drum = \new DrumStaff \drummode { \melody \drum } -