From 96ef01a84efa3b1806dc0ec30017df892491ef3f Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 27 May 2003 10:15:10 +0000 Subject: [PATCH] Renaming bar-script-visibility.ly to bar-number-show-all.ly (incorrect "from" name in previous changelog). --- input/test/bar-number-show-all.ly | 2 +- input/test/bar-script-visibility.ly | 16 ---------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 input/test/bar-script-visibility.ly diff --git a/input/test/bar-number-show-all.ly b/input/test/bar-number-show-all.ly index 3ec955d128..d0f0176ac1 100644 --- a/input/test/bar-number-show-all.ly +++ b/input/test/bar-number-show-all.ly @@ -1,5 +1,5 @@ \version "1.7.18" -% renamed file to bar-number-show-all.ly from bar-number-script-visibility.ly +% renamed file to bar-number-show-all.ly from bar-script-visibility.ly % for greater clarity \header{ texidoc="@cindex Bar Number Show All diff --git a/input/test/bar-script-visibility.ly b/input/test/bar-script-visibility.ly deleted file mode 100644 index c293ad26cf..0000000000 --- a/input/test/bar-script-visibility.ly +++ /dev/null @@ -1,16 +0,0 @@ -\version "1.7.18" -\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 - } -} - -%% new-chords-done %% -- 2.39.5