Kieren MacMillan wrote:
Hi Chip,
anyplace in my score to have the interpreter ignore a section of code
to speed up the process.
When i do this I get an 'syntax error: unexpected \set' error. I am
using 2.12.1.
--
Chip
**snipped**
<< \trptb >>
}
\set \Score.skipTypesetting = ##t
% ------ Alto Sax 1------
alto = \transpose c a \relative c' {
**snipped**
<< \bonetreble >>
}
\set \Score.skipTypesetting = ##f
\book { \score {
<<
**snipped**
You haven't place the code "in your score", you've simply placed it in
your Lilypond code/file — try
% ------ Alto Sax 1------
alto = \transpose c a \relative c' {
\set \Score.skipTypesetting = ##t
**snipped**
<< \bonetreble >>
}
HTH!
Kieren.
Shoot, that means I have to place that in every different instrument
section of the score, that'd be a hassle adding it for a while then
going back and removing all those bits. Oh well, it was a good thought
anyway.
Thanks,
Chip
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user