X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fdeclarations-init.ly;h=2a4921390129bfbe2052a896c88fadedf3d4a12b;hb=3492f90ed5c0a104c0f6cd2c970c447fccd733ea;hp=ab2785d6c589a1c98f169924b069bc454d964ea7;hpb=5856b3f565bfa6ef87d53b9fa9db7ec961ecf452;p=lilypond.git diff --git a/ly/declarations-init.ly b/ly/declarations-init.ly index ab2785d6c5..2a49213901 100644 --- a/ly/declarations-init.ly +++ b/ly/declarations-init.ly @@ -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)