]> git.donarmstrong.com Git - lilypond.git/commitdiff
Renamed file.
authorgpercival <gpercival>
Fri, 20 Jun 2003 02:31:47 +0000 (02:31 +0000)
committergpercival <gpercival>
Fri, 20 Jun 2003 02:31:47 +0000 (02:31 +0000)
ChangeLog
input/test/staff-line-leading.ly [deleted file]
input/test/staff-space.ly [new file with mode: 0644]

index 46f0ae0f6dad5ecb960219625c71e9adf2582fd6..93714bf617e80798798cc21d20263d8bfbd0dbc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 
        * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
 
+       * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
+
 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/slur.cc (get_boundary_notecolumn_y): change name from
diff --git a/input/test/staff-line-leading.ly b/input/test/staff-line-leading.ly
deleted file mode 100644 (file)
index b3148ea..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-\version "1.7.18"
-\header{
-
-    texidoc ="Setting staff space on a staff "
-    }
-\score { 
-  \notes \relative c'' \context GrandStaff <
-       \context Staff = up { c4 c4  }
-       \context Staff = down {
-           c4
-
-           <<c d f g>>8-[
-          e]
-          f-[ c']
-        }
->
-\paper {  \translator  {
-      \StaffContext
-      StaffSymbol \set #'staff-space = #5.5
-      }}
-}
-%% new-chords-done %%
diff --git a/input/test/staff-space.ly b/input/test/staff-space.ly
new file mode 100644 (file)
index 0000000..6add286
--- /dev/null
@@ -0,0 +1,24 @@
+\version "1.7.18"
+
+\header{ texidoc ="@cindex Staff Space
+Setting staff space on a staff. "
+}
+
+\score { 
+  \notes \relative c'' \context GrandStaff <
+       \context Staff = up { c4 c4  }
+       \context Staff = down {
+           c4
+
+           <<c d f g>>8-[
+          e]
+          f-[ c']
+        }
+>
+\paper {  \translator  {
+      \StaffContext
+      StaffSymbol \set #'staff-space = #5.5
+      }
+       raggedright=##t }
+}
+%% new-chords-done %%