]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
* scm/define-stencil-commands.scm (Module): new file. Register all
[lilypond.git] / ly / declarations-init.ly
index 052bd6edb07c4c65a9683b3ac7d2fbafd6048828..598985e8d14952341545699463c999c9a6fc3730 100644 (file)
@@ -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)