Class MVAmazingGraceSong

java.lang.Object
  extended by MVAmazingGraceSong

public class MVAmazingGraceSong
extends Object

Class that represents a multiple voice version of Amazing Grace

Author:
Mark Guzdial, Barb Ericson

Constructor Summary
MVAmazingGraceSong()
          Constructor to set up the song
 
Method Summary
 jm.music.data.Score getScore()
          Method to get the score
 void showMe()
          Method to show the song
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVAmazingGraceSong

public MVAmazingGraceSong()
Constructor to set up the song

Method Detail

getScore

public jm.music.data.Score getScore()
Method to get the score

Returns:
the score for this song

showMe

public void showMe()
Method to show the song