Next: , Previous: Bar check, Up: Easier music entry



3.2.4 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
       \set Score.skipTypesetting = ##t
       e f g a g c, f e d
       \set Score.skipTypesetting = ##f
       c d b bes a g c2 }

[image of music]

Read comments on this page, or add one.

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

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