Node:Skipping corrected music, Next:Automatic note splitting, Previous:Bar check, Up:Easier music entry
The property Score.skipTypesetting
can be used to switch on and
off typesetting completely during the interpretation phase. When
typesetting is switched off, the music is processed much more quickly.
This can be used to skip over the parts of a score that have already
been checked for errors:
\relative c'' { c8 d \property Score.skipTypesetting = ##t e f g a g c, f e d \property Score.skipTypesetting = ##f c d b bes a g c2 }
This page is for LilyPond-2.0.0 (stable-branch).