]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
increase extent of Staff.
[lilypond.git] / ly / declarations-init.ly
index ab2785d6c589a1c98f169924b069bc454d964ea7..2a4921390129bfbe2052a896c88fadedf3d4a12b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.8"
+\version "2.3.16"
 
 %% < 1.8 compatibility switch
 #(ly:set-option 'old-relative)
@@ -34,16 +34,12 @@ center = 0
 %%
 %% try \once \set Score.allowBeamBreak = ##t
 
-%% rather name \newline, \newpage ?
+%% rather name \newline, \pageBreak ?
 break = #(make-event-chord (list (make-penalty-music -10001 0)))
 noBreak = #(make-event-chord (list (make-penalty-music 10001 0)))
 pageBreak = #(make-event-chord (list (make-penalty-music -10001 -10001)))
 noPageBreak = #(make-event-chord (list (make-penalty-music 0 10001)))
 
-%% why these defines?
-pagebreak = \pageBreak
-noPagebreak = \noPageBreak
-
 noBeam = #(make-music 'BeamForbidEvent) 
 pipeSymbol = #(make-music 'BarCheck)
 
@@ -81,7 +77,10 @@ partCombineListener = \paper {
        \type "Recording_group_engraver"
        recordEventSequence = #notice-the-events-for-pc
     }
-    \context { \Score skipTypesetting = ##t }
+    \context {
+       \Score
+       skipTypesetting = ##t
+    }
 }
 
 #(set-part-combine-listener partCombineListener)