]> git.donarmstrong.com Git - lilypond.git/commitdiff
Renaming file for consistency (with bar-lines-foo instead of barline-foo).
authorGraham Percival <graham@percival-music.ca>
Tue, 27 May 2003 13:18:03 +0000 (13:18 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 27 May 2003 13:18:03 +0000 (13:18 +0000)
input/test/bar-lines-lyric-only.ly [new file with mode: 0644]
input/test/barline-lyric-only.ly [deleted file]

diff --git a/input/test/bar-lines-lyric-only.ly b/input/test/bar-lines-lyric-only.ly
new file mode 100644 (file)
index 0000000..5a9c34f
--- /dev/null
@@ -0,0 +1,39 @@
+\version "1.7.18"
+\header {
+
+texidoc = "@cindex Bar Line Lyric Only
+You can move around Bar_engraver and
+Span_bar_engraver if you want bar lines on lyrics."  }
+
+
+\score {
+\notes \relative c' \context StaffGroup = groupie <
+ \context Staff = SA { c1 c1 c1}
+ \context Lyrics \lyrics <
+  { bla1 die bla }
+  { foo bar foo }
+  { foo bar foo }  
+ >
+ \context Staff = SB { c1 c1 c1} 
+
+ > 
+
+
+\paper  {
+\translator {
+  \LyricsVoiceContext
+  \consists Bar_engraver
+  % need procedure, since lyrics doesn't have a staff_sym engraver.
+  BarLine \override #'bar-size-procedure = #(lambda (x) 3.0)
+}
+
+\translator {
+  \LyricsContext
+  \consists "Span_bar_engraver"
+}
+\translator{
+  \StaffGroupContext
+  \remove "Span_bar_engraver"
+}
+}}
+%% new-chords-done %%
diff --git a/input/test/barline-lyric-only.ly b/input/test/barline-lyric-only.ly
deleted file mode 100644 (file)
index 1b4bef9..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-\version "1.7.18"
-\header {
-
-texidoc = "You can move around Bar_engraver and
-Span_bar_engraver if you want bar lines on lyrics."  }
-
-
-\score {
-\notes \relative c' \context StaffGroup = groupie <
- \context Staff = SA { c1 c1 c1}
- \context Lyrics \lyrics <
-  { bla1 die bla }
-  { foo bar foo }
-  { foo bar foo }  
- >
- \context Staff = SB { c1 c1 c1} 
-
- > 
-
-
-\paper  {
-\translator {
-  \LyricsVoiceContext
-  \consists Bar_engraver
-  % need procedure, since lyrics doesn't have a staff_sym engraver.
-  BarLine \override #'bar-size-procedure = #(lambda (x) 3.0)
-}
-
-\translator {
-  \LyricsContext
-  \consists "Span_bar_engraver"
-}
-\translator{
-  \StaffGroupContext
-  \remove "Span_bar_engraver"
-}
-}}
-%% new-chords-done %%