Class MusicXMLFileReader

java.lang.Object
org.jjazz.importers.api.MusicXMLFileReader

public class MusicXMLFileReader extends Object
MusicXML leadsheet file reader.
  • Constructor Details

    • MusicXMLFileReader

      public MusicXMLFileReader(File f, boolean noUserPrompt)
      Parameters:
      f -
      noUserPrompt - If true assume a Yes answer to possible user prompt
  • Method Details

    • readSong

      public Song readSong() throws IOException
      Get the song from the current file.

      Construct a basic Song from the elements available in the file.

      Returns:
      Throws:
      IOException