AfterJSB.java
1    package mmw;
2    
3    import composer.SComposer;
4    
5    public class AfterJSB {
6    
7        public static void main(String[] args) {
8            SComposer bahha = new SComposer();
9            bahha.text();
10           //one note (3 total)
11           bahha.mms_31_JSB_M1();
12           bahha.mms_31_JSB_M1();
13           bahha.mms_31_JSB_M1();
14           //3 notes, then 4 notes, 10 up to this point
15           bahha.mms_33_JSB_M5();
16           bahha.mms_34_JSB_M7();
17           //6 notes, 4 notes, then 5 notes, up to 25
18           bahha.mms_36_JSB_M15();
19           bahha.mms_34_JSB_M7();
20           bahha.mms_35_JSB_M11();
21           //4 notes, 6 notes, 4 notes
22           bahha.mms_34_JSB_M7();
23           bahha.mms_36_JSB_M15();
24           bahha.mms_34_JSB_M7();
25           //final mms ending with long C
26           bahha.mms_31_JSB_M1();
27       }
28   
29   }