From: gpercival Date: Fri, 20 Jun 2003 02:18:23 +0000 (+0000) Subject: Renamed file. X-Git-Tag: release/1.7.25~100 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bbc8f05c45a3d60100b1a0a757a953cbb9db5d2f;p=lilypond.git Renamed file. --- diff --git a/ChangeLog b/ChangeLog index 464305c35a..46f0ae0f6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * input/test/ broken.ly lyric-phrasing.ly: deleted. + * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly. + 2003-06-20 Han-Wen Nienhuys * lily/slur.cc (get_boundary_notecolumn_y): change name from diff --git a/input/test/slur-minimum-length.ly b/input/test/slur-minimum-length.ly new file mode 100644 index 0000000000..2b313bea5d --- /dev/null +++ b/input/test/slur-minimum-length.ly @@ -0,0 +1,15 @@ +\version "1.7.18" + +\header { texidoc = "@cindex Slur Minimum Length +You can set the minimum length of a slur. " +} + +\score{ + \notes\relative c''{ + \time 2/4 + \property Voice.Slur \set #'minimum-length = #40 + c(c-) + c~c\break + } +} +%% new-chords-done %% diff --git a/input/test/slur-mininum.ly b/input/test/slur-mininum.ly deleted file mode 100644 index 6dbd106b75..0000000000 --- a/input/test/slur-mininum.ly +++ /dev/null @@ -1,14 +0,0 @@ -\version "1.7.18" -\header { -texidoc = "" -} - -\score{ - \notes\relative c''{ - \time 2/4 - \property Voice.Slur \set #'minimum-length = #40 - c(c-) - c~c\break - } -} -%% new-chords-done %%