AfterJSB.java
1    package mmw;
2    
3    import composer.SComposer;
4    
5    public class AfterJSB {
6        public static void main(String[] args){
7            SComposer Bach = new SComposer();
8            Bach.text();
9            Bach.mms_35_JSB_M12();
10           Bach.mms_35_JSB_M11();
11           Bach.mms_31_JSB_M1();
12           Bach.mms_36_JSB_M15();
13           Bach.mms_36_JSB_M14();
14           Bach.mms_35_JSB_M11();
15           Bach.mms_35_JSB_M12();
16           Bach.mms_36_JSB_M15();
17           Bach.mms_31_JSB_M1();
18           Bach.untext();
19       }
20   
21   
22   }
23