]> git.donarmstrong.com Git - lilypond.git/commitdiff
Renaming bar-number-script-visibility.ly to bar-number-show-all.ly.
authorGraham Percival <graham@percival-music.ca>
Tue, 27 May 2003 10:12:37 +0000 (10:12 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 27 May 2003 10:12:37 +0000 (10:12 +0000)
Added texinfo index tag.

input/test/bar-number-show-all.ly [new file with mode: 0644]

diff --git a/input/test/bar-number-show-all.ly b/input/test/bar-number-show-all.ly
new file mode 100644 (file)
index 0000000..3ec955d
--- /dev/null
@@ -0,0 +1,19 @@
+\version "1.7.18"
+% renamed file to bar-number-show-all.ly from bar-number-script-visibility.ly
+% for greater clarity
+\header{
+    texidoc="@cindex Bar Number Show All
+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 %%