]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/engraver-init.ly
New bar line interface
[lilypond.git] / ly / engraver-init.ly
index 47af14b0239aa174a9c4abca4ef305f25b5e28fc..06060c02e1d8dd82c02e6de1b4a89cf42d06d283 100644 (file)
@@ -403,6 +403,7 @@ a collection of staves, with a bracket in front and spanning bar lines."
   \consists "Dynamic_align_engraver"
   \consists "Text_engraver"
   \consists "Text_spanner_engraver"
+  \consists "Font_size_engraver"
   \consists "Axis_group_engraver"
   \consists "Tweak_engraver"
 
@@ -605,9 +606,9 @@ automatically when an output definition (a @code{\score} or
   decrescendoSpanner = #'hairpin
 
   defaultBarType = #"|"
-  doubleRepeatType = #":|:"
-  startRepeatType = #"|:"
-  endRepeatType = #":|"
+  doubleRepeatType = #":..:"
+  startRepeatType = #".|:"
+  endRepeatType = #":|."
   barNumberVisibility = #first-bar-number-invisible-and-no-parenthesized-bar-numbers
   barNumberFormatter = #robust-bar-number-function
   automaticBars = ##t