From 3fc955d4b41c66ac7012aeee3fefa71521d2e0f3 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Mon, 24 Apr 2017 15:51:59 +0100 Subject: [PATCH] fix if ye love me repeat --- tallis/if-ye-love-me/Makefile | 4 ++-- tallis/if-ye-love-me/ifyeloveme.mup | 36 +++++++++++++++++------------ 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/tallis/if-ye-love-me/Makefile b/tallis/if-ye-love-me/Makefile index ab7539d..ef2cb0b 100644 --- a/tallis/if-ye-love-me/Makefile +++ b/tallis/if-ye-love-me/Makefile @@ -3,8 +3,8 @@ # .SUFFIXES: .ps .mup .mid -OBJ=ifyeloveme.ps ifyeloveme_orig.ps tallis_3.ps -OBJM=ifyeloveme.mid ifyeloveme_orig.mid tallis_3.mid +OBJ=ifyeloveme.ps ifyeloveme_orig.ps +OBJM=ifyeloveme.mid ifyeloveme_orig.mid all : ps midi diff --git a/tallis/if-ye-love-me/ifyeloveme.mup b/tallis/if-ye-love-me/ifyeloveme.mup index 74ce45c..3b782e9 100644 --- a/tallis/if-ye-love-me/ifyeloveme.mup +++ b/tallis/if-ye-love-me/ifyeloveme.mup @@ -16,7 +16,7 @@ score // staffsep=12 // scorepad=10 topmargin=0.5 - botmargin=1.0 + botmargin=0.5 // panelsperpage=2 pageheight=11.6944 pagewidth=8.26389 @@ -45,11 +45,11 @@ header staff 1 clef=treble - label="Secundus Contratenor" + label="Soprano" staff 2 clef=treble - label="Medius" + label="Alto" staff 3 clef=treble8 @@ -361,21 +361,27 @@ score time=2/2n music S 1c; A 1f; - T 1c+; + T 2c+; 2c+; B 1f; - L 1-3: "truth,"; + LS "truth,"; + LA "truth,"; + LT "truth, that"; LB "truth,)"; - bar + repeatend ending "2." +// repeatend +// bar ending "2." +// repeatend +// bar // start again - S mr; - A mr; - T 1c+; - B mr; +// S mr; +// A mr; +// T 1c+; +// B mr; - LT "that"; - repeatend ending "2." +// LT "that"; + // repeatend ending "2." // last time score time=4/2n @@ -387,7 +393,7 @@ music L 1-3: "truth"; LB "truth.)"; - endbar + endbar endending //title "" //title "" @@ -407,8 +413,8 @@ title "" title "" title "" title "Engraved by Withburga Music" \ - "$Id: ifyeloveme.mup,v 1.8 2016/03/07 13:06:40 djk Exp $" \ + "$Id: ifyeloveme.mup,v 1.9 2017/03/24 13:06:40 djk Exp $" \ "http://www.tobit.co.uk/withburga" -title "Edition \(copyright) 1998-2016" "" "Editorial \(copyright) 1995 Tigger Burton" +title "Edition \(copyright) 1998-2017" "" "Editorial \(copyright) 1995 Tigger Burton" // last line for white space at EOF -- 2.34.1