Search in sources :

Example 1 with LinkAttributes

use of com.xenoage.zong.io.musicxml.link.LinkAttributes in project Zong by Xenoage.

the class OpusFileInput method readScore.

private Score readScore(XmlReader reader) {
    String href = reader.getAttribute("href");
    Boolean newPage = Parser.parseBooleanNullYesNo(reader.getAttribute("new-page"));
    return new Score(new LinkAttributes(href), newPage);
}
Also used : LinkAttributes(com.xenoage.zong.io.musicxml.link.LinkAttributes) Score(com.xenoage.zong.io.musicxml.opus.Score)

Aggregations

LinkAttributes (com.xenoage.zong.io.musicxml.link.LinkAttributes)1 Score (com.xenoage.zong.io.musicxml.opus.Score)1