From df35be65a56ba110046e475af859f07ec6143cee Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 18 Aug 2002 22:37:43 +0000 Subject: [PATCH] Update. --- ChangeLog | 2 ++ input/test/bar-script-visibility.ly | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) 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 + } } -- 2.39.5