CS1 Standard Demo Page

The following text was written to the standard output stream when the * *Name that tune! */ package mmw; import note.SNote; public class Dorothy { public static void main(String[] args) { SNote note = new SNote(); note.text(); note.x2(); note.play(); note.rp(7); note.play(); note.s2(); note.lp(); note.play(); note.rp(); note.play(); note.x2(); note.rp(); note.play(); note.rp(); note.play(); System.out.println(); } } program was executed from IntelliJ.

/usr/lib/jvm/java-1.11.0-openjdk-amd64/bin/java -javaagent:/opt/intellij-idea-community/lib/idea_rt.jar=39277:/opt/intellij-idea-community/bin -Dfile.encoding=UTF-8 -classpath "/home/hsingh3/IdeaProjects/cs 1/out/production/cs 1:/home/hsingh3/Downloads/SimplePainter.jar:/home/hsingh3/Downloads/SimpleComposer.jar:/home/hsingh3/Downloads/jfugue-4.0.3-with-musicxml.jar" mmw.Dorothy
(C,2) / (C,2) \ (B,1) / (C,1) / (D,2) / (E,2) 

Process finished with exit code 0