From: Graham Percival Date: Fri, 20 Jun 2003 02:31:47 +0000 (+0000) Subject: Renamed file. X-Git-Tag: release/1.7.23~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=195493344bd848dd1cf30450e1171a5b293c7149;p=lilypond.git Renamed file. --- 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-line-leading.ly deleted file mode 100644 index b3148ea4ac..0000000000 --- a/input/test/staff-line-leading.ly +++ /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 - - <>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 index 0000000000..6add28626b --- /dev/null +++ b/input/test/staff-space.ly @@ -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 + + <>8-[ + e] + f-[ c'] + } +> +\paper { \translator { + \StaffContext + StaffSymbol \set #'staff-space = #5.5 + } + raggedright=##t } +} +%% new-chords-done %%