AfterJSB.java
1    package mmw;
2    
3    import composer.SComposer;
4    public class AfterJSB {
5    
6        public static void main(String[] args) {
7            SComposer bach = new SComposer();
8            bach.text();
9            System.out.println("bach.mms_35_JSB_M9 ..."); bach.mms_35_JSB_M9(); space(bach);
10           System.out.println("bach.mms_35_JSB_M10 ..."); bach.mms_35_JSB_M10(); space(bach);
11           System.out.println("bach.mms_35_JSB_M11 ..."); bach.mms_35_JSB_M11(); space(bach);
12           System.out.println("bach.mms_36_JSB_M14 ..."); bach.mms_36_JSB_M14(); space(bach);
13           System.out.println("bach.mms_35_JSB_M9 ..."); bach.mms_35_JSB_M9(); space(bach);
14           System.out.println("bach.mms_35_JSB_M9 ..."); bach.mms_35_JSB_M9(); space(bach);
15           System.out.println("bach.mms_35_JSB_M9 ..."); bach.mms_35_JSB_M9(); space(bach);
16           bach.rp(2);
17           System.out.println("bach.mms_34_JSB_M8 ..."); bach.mms_34_JSB_M8(); space(bach);
18   
19   
20   
21   
22   
23           bach.untext();
24       }
25       private static void space(SComposer bach) {
26           bach.untext();bach.note().rest(2);
27           bach.text();
28       }
29   }
30