use of com.xenoage.zong.core.Score in project Zong by Xenoage.
the class Test43a method test.
@Test
public void test() {
Score score = getScore();
StavesList stavesList = score.getStavesList();
assertEquals(1, stavesList.getParts().size());
assertEquals(2, stavesList.getParts().get(0).getStavesCount());
testStaff(0, ClefType.Companion.getClefTreble(), Companion.pi('F', 0, 4));
testStaff(1, ClefType.Companion.getClefBass(), Companion.pi('B', 0, 2));
}
use of com.xenoage.zong.core.Score in project Zong by Xenoage.
the class Test45d method test.
@Test
public void test() {
Score score = getScore();
assertEqualsStartBarlines(expectedStartBarlines, score);
assertEqualsEndBarlines(expectedEndBarlines, score);
assertEqualsVoltas(expectedVoltas, score);
}
use of com.xenoage.zong.core.Score in project Zong by Xenoage.
the class Test45e method test.
@Test
public void test() {
Score score = getScore();
assertEqualsStartBarlines(expectedStartBarlines, score);
assertEqualsEndBarlines(expectedEndBarlines, score);
assertEqualsVoltas(expectedVoltas, score);
}
use of com.xenoage.zong.core.Score in project Zong by Xenoage.
the class Test45f method test.
@Test
public void test() {
Score score = getScore();
assertEqualsStartBarlines(expectedStartBarlines, score);
assertEqualsEndBarlines(expectedEndBarlines, score);
assertEqualsVoltas(expectedVoltas, score);
}
use of com.xenoage.zong.core.Score in project Zong by Xenoage.
the class Test46a method test.
@Test
public void test() {
Score score = getScore();
assertEqualsEndBarlines(expectedEndBarlines, score);
}
Aggregations