]> git.donarmstrong.com Git - lilypond.git/commitdiff
Renamed file.
authorgpercival <gpercival>
Fri, 20 Jun 2003 02:18:23 +0000 (02:18 +0000)
committergpercival <gpercival>
Fri, 20 Jun 2003 02:18:23 +0000 (02:18 +0000)
ChangeLog
input/test/slur-minimum-length.ly [new file with mode: 0644]
input/test/slur-mininum.ly [deleted file]

index 464305c35a65e2e2856ad724cce8dc34810c0d0e..46f0ae0f6dad5ecb960219625c71e9adf2582fd6 100644 (file)
--- 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  <hanwen@cs.uu.nl>
 
        * 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 (file)
index 0000000..2b313be
--- /dev/null
@@ -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 (file)
index 6dbd106..0000000
+++ /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 %%