From f3c1c2e6859e3b957fb6cce830996c0d6d3abebd Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Mon, 28 Mar 2022 15:09:30 +0200 Subject: [PATCH] Try to correct partition --- Cedar's Blues.ly | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Cedar's Blues.ly b/Cedar's Blues.ly index 2c13dd9..d77397d 100644 --- a/Cedar's Blues.ly +++ b/Cedar's Blues.ly @@ -97,13 +97,23 @@ fbar = { \key bes \major \time 4/4 \repeat volta 2 { - \bbar \ebar \bbar \bbar + \bbar \bbar \bbar + bes,8 bes,8 + aes,8 aes,8 + des8^\markup{D\flat 7\flat 9} des + ees^\markup{E\flat 7\flat 9} ees - \ebar \ebar \bbar \gbar + \ebar + ees,8 ees,8 + bes,8 bes,8 + aes,8^\markup{A\flat 7\flat 9} aes, + aes,8^\markup{A\flat 7\flat 9} aes, + \bbar \bbar \repeat unfold 4 { r4 f r f } - \repeat unfold 4 { r4 ees r ees } + \repeat unfold 3 { r4 ees r ees } + r4 ees~ ees2 } } >>