header title (18) "March in D" title (12) "from the Little Clavier Book for Anna Magdalena" title "" "J. S. Bach " footer title "March in D " footer2 // centered page number between dashes. title "- \% -" score time = 4/4 // D major key = 2# // how many staffs. Can be a number from 1 to 40 staffs = 2 beamstyle = 4,4,4,4 staff 1 clef = treble staff 2 clef = bass music // define macros for dynamics // may need to experiment with the values // these macros can only be used at the beginning of a bar define DYNAMICS_PP midi 1,2: 0 "onvelocity=48"; @ define DYNAMICS_P midi 1,2: 0 "onvelocity=64"; @ define DYNAMICS_MF midi 1,2: 0 "onvelocity=80"; @ define DYNAMICS_F midi 1,2: 0 "onvelocity=96"; @ midi all: 0 "tempo=160"; midi 1 1: 0 "channel=1"; 0 "program=6"; midi 2 1: 0 "channel=2"; 0 "program=2"; DYNAMICS_MF // bar 1 1: 2.s; 4a; 2: 2.s; 4r; bar // bar 2 1: 4d+; 2a; 8b; c+; 2: 4d; g; f; e; bar // bar 3 1: [with .] 4d+; 2a; 8b; c+; 2: 4d; g; f; e; bar // bar 4 1: 8d+ bm; e+; f+; g+ ebm; a+ bm; g+; f+; e+ ebm; 2: 4f; d; c; a-; bar // bar 5 1: [with .]f+; 2d+; 8f+; e+; 2: 4d-; 8d; c; 4d; d-; bar // bar 6 1: [with .] 4f+; 2d+; 8b; a; 2: 4d-; 8d; c; 4d; d-; bar // bar 7 1: 8b; g#; 4e+<>; 8e+; d+; c+; b; 2: 4d-; 8d; c; 4d; d-; bar DYNAMICS_F // bar 8 1: 4.a; 8d+; 16b; c+; b; c+; 8b; a; 2: 4c-; f-; d-; e-; bar // bar 9 1: 4a; 8e bm; a ebm; c+ bm; a; c+; e+ ebm; 2: 4a-; 8 bm; ebm; bm; ; ; ebm; bar // bar 10 1: 2.a+; 4s; 2: [with .]... 4a-; e; a; [-] 4s; repeatboth // bar 11 1: 2.s; 4e+; 2: 2.s; 4r; bar // bar 12 1: [with .]4a+; 2e+; 8f+; g+#; 2: 4a; d+; c+; b; bar // bar 13 1: [with .] 4a+; 2e+; 8f+; g+#; 2: 4a; d+; c+; b; bar // bar 14 1: 4a+; 8g+; f+; e+ bm; f+; g+; e+ ebm; 2: 4a; b; c+; a+; bar // bar 15 1: 4f+; d+<>; 8d+ bm ; a; b; c+n ebm; 2: [with .]4d+; 8d; e; 4f; d; bar // bar 16 1: 8b bm; d+; e+; f+ ebm; [with .] g+ bm; b; c+; d+ ebm; 2: 4g; 4r; 4r; g#; bar // bar 17 1: 8c+ bm; e+; f+; g+ ebm; [with .] a+ bm; c+; d+; e+ ebm; 2: 4a; 4r; 4r; a#; bar // bar 18 1: 8d+ bm; g+; b+; a+ ebm; g+ bm; f+; e+; d+ ebm; 2: 4b; g; e; g; bar // bar 19 1: [with .] 4c+; 2a; 8d+; a; 2: 8a bm; a-; a; g ebm; f bm; e; f; d ebm; bar // bar 20 1: 8b bm; a; g; f ebm; g bm; b; e+; b ebm; 2: 4g; 4r; 4r; g; bar // bar 21 1: 8c+ bm; a; b; c+ ebm; d+ bm; e+; f+; g+ ebm; 2: 4a; 4r; 4r; g; bar // bar 22 DYNAMICS_F 1: [with .] 4a+; d+; 8f+ bm; e+; d+; c+ ebm; 2: 4f; b; g; a; bar // bar 23 1: [with .]d+; 8a bm; d+ ebm; f+ bm; d+; f+; a+ ebm; 2: [with .] 4d; 8d-; ; bm; ; ; ebm; bar // bar 24 1: 2.d++; 4s; 2: 4d-; a-; d; 4s; repeatend