Node:Skipping corrected music, Next:, Previous:Bar check, Up:Easier music entry



Skipping corrected music

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 }
     

[picture of music]


This page is for LilyPond-2.0.0 (stable-branch).

Report errors to <bug-lilypond@gnu.org>.