mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Automatic line breaking / manual page breaks
This commit is contained in:
parent
d4fc80020d
commit
997ac4c9dc
|
@ -101,6 +101,7 @@ void VLLilypondWriter::VisitMeasure(size_t m, VLProperties & p, VLMeasure & meas
|
|||
} else if (meas.fBreak & VLMeasure::kNewPage) {
|
||||
fAccum += fIndent+"\\pageBreak\n";
|
||||
hasBarLine = true;
|
||||
fNumPickup = m;
|
||||
} else if (meas.fBreak & VLMeasure::kNewSystem) {
|
||||
fAccum += fIndent+"\\break\n";
|
||||
hasBarLine = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user