]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
* make/lilypond.fedora.spec.in (Group): remove
[lilypond.git] / ly / declarations-init.ly
index 37df2db9df4482df873f7e3706397805d7678e85..598985e8d14952341545699463c999c9a6fc3730 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.3.16"
+\version "2.4.0"
 
 %% < 1.8 compatibility switch
 #(ly:set-option 'old-relative)
 
 %% named durations
 breve = #(ly:make-duration -1 0)
-longa = #(ly:make-duration -2 0 )
+longa = #(ly:make-duration -2 0)
 maxima = #(ly:make-duration -3 0)
 
 \include "music-functions-init.ly"
@@ -39,6 +39,8 @@ 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)))
+stopStaff = #(make-event-chord (list (make-span-event 'StaffSpanEvent STOP)))
+startStaff = #(make-event-chord (list (make-span-event 'StaffSpanEvent START)))
 
 
 %
@@ -99,6 +101,7 @@ partCombineListener = \layout {
     \context {
        \Score
        skipTypesetting = ##t
+       ignoreBarChecks = ##t 
     }
 }
 
@@ -116,3 +119,4 @@ setDefaultDurationToQuarter = { c4 }
 #(define toplevel-book-handler ly:parser-print-book)
 #(define toplevel-music-handler collect-music-for-book)
 #(define toplevel-score-handler collect-scores-for-book)
+#(define toplevel-text-handler collect-scores-for-book)