Automatic line breaking / manual page breaks

This commit is contained in:
Matthias Neeracher 2008-08-15 13:26:06 +00:00
parent d4fc80020d
commit 997ac4c9dc

View File

@ -101,6 +101,7 @@ void VLLilypondWriter::VisitMeasure(size_t m, VLProperties & p, VLMeasure & meas
} else if (meas.fBreak & VLMeasure::kNewPage) { } else if (meas.fBreak & VLMeasure::kNewPage) {
fAccum += fIndent+"\\pageBreak\n"; fAccum += fIndent+"\\pageBreak\n";
hasBarLine = true; hasBarLine = true;
fNumPickup = m;
} else if (meas.fBreak & VLMeasure::kNewSystem) { } else if (meas.fBreak & VLMeasure::kNewSystem) {
fAccum += fIndent+"\\break\n"; fAccum += fIndent+"\\break\n";
hasBarLine = true; hasBarLine = true;