From af00a18d1c087945e747fd07a6a0047d888c2504 Mon Sep 17 00:00:00 2001 From: Valentin Villenave Date: Thu, 23 Dec 2010 11:26:40 +0100 Subject: [PATCH] Add beaming rules (take 2) --- lib/liblayout.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/liblayout.scm b/lib/liblayout.scm index 498ec9c..7355106 100644 --- a/lib/liblayout.scm +++ b/lib/liblayout.scm @@ -45,7 +45,7 @@ (append default-time-signature-settings '( ((3 . 16) . - ((beamExceptions . ((end . (((1 . 16) . (3)))))))) + ((baseMoment . (3 . 16)))) ((7 . 16) . - ((baseMoment . (1 . 16)) - (beatStructure . (4 3))))))) + ((baseMoment . (4 . 16)))) + ))) -- 2.11.4.GIT