]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.61
authorfred <fred>
Sun, 24 Mar 2002 20:08:13 +0000 (20:08 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:08:13 +0000 (20:08 +0000)
init/paper16.ly

index 091048ee8a21350a6b257cc489d0071d4e9dc8f3..35b411d5d9609bcc6a125c2f57354ff521528134 100644 (file)
@@ -39,7 +39,11 @@ paper_sixteen = \paper {
        interbeam = 3.14\pt;
 
        gourlay_energybound = 100000.;
-       gourlay_maxmeasures = 14.;
+       %{
+       The following bounds the number of measures
+       on a line.  Decreasing it greatly reduces computation time
+       %}
+       gourlay_maxmeasures = 10.;
        castingalgorithm = \Gourlay;
        \symboltables { \table_sixteen }
        \include "engraver.ly"