Il 10/gen/2014 16:41 "Eluze" <[email protected]> ha scritto: > > Federico Bruni-5 wrote > > If you comment the code in this snippet the result is the same: > > > > \version "2.18.0" > > > > \relative c'' { > > %{ \once \override Score.BreakAlignment.break-align-orders = > > #(make-vector 3 '(instrument-name > > left-edge > > ambitus > > breathing-sign > > clef > > key-signature > > time-signature > > staff-bar > > custos)) > > \once \override Staff.TimeSignature.space-alist = > > #'((first-note . (fixed-space . 2.0)) > > (right-edge . (extra-space . 0.5)) > > ;; free up some space between time signature > > ;; and repeat bar line > > (staff-bar . (extra-space . 1))) > > %} > > \bar ".|:" > > c1 > > d1 > > d4 e f g > > } > > > > Should it be removed from the documentation? > > I think in real music most often the first (opening) repeat bar is omitted > in the 1st measure. > > other opinions? >
??? It's the default in lilypond and the reason why this snippet was added. In 2.16 the overrides were needed to print the opening bar; in 2.18 it is no longer needed, so this snippet should be removed from 2.18 doc. _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
