CS1 Standard Demo Page

The following text was written to the standard output stream when the /* * play the exact same sequence of nine notes that is played above dotted line */ package mmw; import composer.SComposer; import note.SNote; public class ThreeFigureMinuetThing { public static void main(String[] args) { /* SComposer sc = new SComposer(); sc.text(); sc.mms_33_JSB_M2(); sc.mms_35_JSB_M13(); sc.mms_31_JSB_M1(); */ System.out.println("----------------------------------------------"); SNote note = new SNote(); note.text(); note.play(); note.lp(); note.play(); note.lp(); note.play(); note.rp(); note.rp(); note.s2(); note.play(); note.lp(); note.play(); note.lp(); note.play(); note.rp(); note.play(); note.rp(); note.x2(); note.play(); note.x3(); note.play(); } } program was executed from IntelliJ.

(C,1) \ (B,1) \ (A,1) / (C,1/2) \ (B,1/2) \ (A,1/2) / (B,1/2) / (C,1) (C,3)