Search in sources :

Example 1 with MxlScorePart

use of com.xenoage.zong.musicxml.types.MxlScorePart in project Zong by Xenoage.

the class Test51b method test.

@Test
public void test() {
    MxlScorePartwise score = getScore();
    assertEquals(expectedMovementTitle, score.getScoreHeader().getMovementTitle());
    assertEquals(expectedComposer, score.getScoreHeader().getIdentification().getCreators().get(0).getValue());
    MxlScorePart part = (MxlScorePart) score.getScoreHeader().getPartList().getContent().get(0);
    assertEquals(expectedPartName, part.getPartName());
}
Also used : MxlScorePart(com.xenoage.zong.musicxml.types.MxlScorePart) MxlScorePartwise(com.xenoage.zong.musicxml.types.MxlScorePartwise) Test(org.junit.Test)

Aggregations

MxlScorePart (com.xenoage.zong.musicxml.types.MxlScorePart)1 MxlScorePartwise (com.xenoage.zong.musicxml.types.MxlScorePartwise)1 Test (org.junit.Test)1