From 902068775e42a43733fc7637886e8695f93b33ab Mon Sep 17 00:00:00 2001 From: hanwen Date: Sat, 26 Jul 2003 13:34:16 +0000 Subject: [PATCH] rename from poly-metric add example with disparate note value. --- ChangeLog | 3 +++ input/test/{poly-metric.ly => polymetric.ly} | 16 ++++++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-) rename input/test/{poly-metric.ly => polymetric.ly} (57%) diff --git a/ChangeLog b/ChangeLog index d6e0c2c0f7..f74710ec71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-07-26 Han-Wen Nienhuys + * input/test/polymetric.ly: rename from poly-metric + add example with disparate note value. + * scripts/ly2dvi.py (include_path): bugfix: use outbase iso. outname. diff --git a/input/test/poly-metric.ly b/input/test/polymetric.ly similarity index 57% rename from input/test/poly-metric.ly rename to input/test/polymetric.ly index 86286d5b8e..e3b17665a5 100644 --- a/input/test/poly-metric.ly +++ b/input/test/polymetric.ly @@ -1,13 +1,19 @@ \version "1.7.18" \header{ texidoc="@cindex Time Signature Multiple + +@cindex polymetric music + You can have multiple time signatures occuring at the same time. This is done by moving the timing engraver to staff context. Also, Staff should be given the alias @code{Timing} to make @code{\time} -command work correctly. +command work correctly. Barlines distort the regular spacing, though. -Barlines distort the regular spacing, though. +If the note durations do not line up, \times can be used to scale up a +staff. The second staff has a 3/4 signature with a 3/5 tuplet over all +of the notes. Switching off the tuplet bracket, and manually printing +a 10/8 sign gives the desired effect. " } @@ -17,6 +23,12 @@ Barlines distort the regular spacing, though. \time 3/4 c4 c c | c c c | } + \context Staff= DS { + \time 3/4 + \property Staff.timeSignatureFraction= #'(10 . 8) + \property Staff.tupletInvisible = ##t + \times 3/5 { c4. c4. c4 c4 | c4. c4. c4 c4 } + } \context Staff=BS { \time 2/4 c4 c | c c | c c -- 2.39.5