From: Jan Nieuwenhuizen Date: Sun, 18 Aug 2002 22:37:43 +0000 (+0000) Subject: Update. X-Git-Tag: release/1.6.0~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=df35be65a56ba110046e475af859f07ec6143cee;p=lilypond.git Update. --- diff --git a/ChangeLog b/ChangeLog index 49411c8590..538939adc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-08-19 Jan Nieuwenhuizen + * input/test/bar-script-visibility.ly: Update. + * lily/music.cc (internal_set_mus_property): [!NDEBUG] Remove, use abort instead of assert. diff --git a/input/test/bar-script-visibility.ly b/input/test/bar-script-visibility.ly index 7902307155..1070a17c0c 100644 --- a/input/test/bar-script-visibility.ly +++ b/input/test/bar-script-visibility.ly @@ -1,15 +1,15 @@ \version "1.5.68" - - -\score { -\notes { c1 c1 \break c1 c1 } -\paper { - -\translator{ - \StaffContext - \consists Bar_number_engraver - barNumberVisibilityFunction = #end-of-line-invisible -} +\header{ + texidoc="Second line has bar-numbers on start of every measure." } + +\score{ + \notes\relative c'{ + c1 c c + \property Score.BarNumber \override + #'break-visibility = #end-of-line-invisible + \break + c c c + } }