From 75a2f7045df18dbe58bf6e62d596ff0754681c88 Mon Sep 17 00:00:00 2001 From: gpercival Date: Fri, 20 Jun 2003 02:31:47 +0000 Subject: [PATCH] Renamed file. --- ChangeLog | 2 ++ input/test/{staff-line-leading.ly => staff-space.ly} | 10 ++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) rename input/test/{staff-line-leading.ly => staff-space.ly} (74%) diff --git a/ChangeLog b/ChangeLog index 46f0ae0f6d..93714bf617 100644 --- 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 * lily/slur.cc (get_boundary_notecolumn_y): change name from diff --git a/input/test/staff-line-leading.ly b/input/test/staff-space.ly similarity index 74% rename from input/test/staff-line-leading.ly rename to input/test/staff-space.ly index b3148ea4ac..6add28626b 100644 --- a/input/test/staff-line-leading.ly +++ b/input/test/staff-space.ly @@ -1,8 +1,9 @@ \version "1.7.18" -\header{ - texidoc ="Setting staff space on a staff " - } +\header{ texidoc ="@cindex Staff Space +Setting staff space on a staff. " +} + \score { \notes \relative c'' \context GrandStaff < \context Staff = up { c4 c4 } @@ -17,6 +18,7 @@ \paper { \translator { \StaffContext StaffSymbol \set #'staff-space = #5.5 - }} + } + raggedright=##t } } %% new-chords-done %% -- 2.39.5