]> git.donarmstrong.com Git - lilypond.git/commitdiff
Deleted old comments, renamed defaultbars to bar-always
authorGraham Percival <graham@percival-music.ca>
Wed, 11 Jun 2003 12:39:52 +0000 (12:39 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 11 Jun 2003 12:39:52 +0000 (12:39 +0000)
ChangeLog
input/test/bar-always.ly [new file with mode: 0644]
input/test/beam-auto-4-8.ly
input/test/beam-auto-override.ly
input/test/beam-auto.ly
input/test/blank-paper.ly
input/test/defaultbars.ly [deleted file]
input/test/dynamic-absolute-volume.ly

index 5f3c779db87f9d8a10a6fe0c35269209ca4a1f9a..1e8298061ee179c0728549ae86fefa27f0e4b054 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
    input/test/beams.ly input/test/crescendo-text.ly : deleted
    * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
        * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
+       * input/test/default-bars.ly: moved to bar-always.ly
+       * input/test/ {many}: deleted old "renamed from foo to bar" comments.
 
 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
diff --git a/input/test/bar-always.ly b/input/test/bar-always.ly
new file mode 100644 (file)
index 0000000..c514800
--- /dev/null
@@ -0,0 +1,16 @@
+\version "1.7.18"
+\header {
+
+    texidoc = "@cindex Bars Always
+By setting barAlways and defaultBarType, you can
+automatically insert barlines everywhere.
+" }
+
+
+\score {
+       \notes {
+               \property Score.barAlways = ##t
+               \property Score.defaultBarType = ":|:"
+               c4 c4 c4 c4 }
+}
+%% new-chords-done %%
index 883c2b750bb6b710446f9e36a4bf473f1cde8481..e0c4eac549ef7907cb96a017cf68655b2b9230ec 100644 (file)
@@ -1,6 +1,5 @@
 \version "1.7.18"
-% renamed from auto-beam-4-8.ly to beam-auto-4-8.ly
-% keep for now, although mergin into beam-auto-override is a possibility.
+% keep for now, although merging into beam-auto-override is a possibility.
 \header {
        texidoc = "@cindex Auto Beaming 4/8
 You can override Lilypond's automatic beaming.
index 1c35552d31eba3ba0c851ee65f8c1f63b7be0e1d..e42c9b494dda6cf2e39a4d2064e125a4610866fb 100644 (file)
@@ -1,5 +1,4 @@
 \version "1.7.18"
-% renamed from auto-beam-override.ly to beam-auto-override.ly
 \header {
 
     texidoc = "@cindex Auto Beaming Override
index cc6c21cefb15ba94d84cd19808ad561715dac867..afdcf83cdf978b184180f7cb3d9dbf940ee3ca6d 100644 (file)
@@ -1,5 +1,4 @@
 \version "1.7.18"
-% renamed from auto-beam.ly to beam-auto.ly
 \header{
        texidoc = "@cindex Beaming Presets
 The auto-beam engraver has presets for common time signatures.
index f02b943c5a19aa30e86d35cc462401feb2bccded..4320b3d001b9241a53c37aa7d045748a84059913 100644 (file)
@@ -1,5 +1,4 @@
 \version "1.7.18"
-% renamed from blank.ly to blank-paper.ly
 \header {
   texidoc="@cindex Blank Paper
 Blank music paper with clefs.
diff --git a/input/test/defaultbars.ly b/input/test/defaultbars.ly
deleted file mode 100644 (file)
index 6f8f117..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-\version "1.7.18"
-% renamed from defaultbars.ly to bars-always.ly
-\header {
-
-    texidoc = "@cindex Bars Always
-By setting barAlways and defaultBarType, you can
-automatically insert barlines everywhere.
-" }
-
-
-\score {
-       \notes {
-               \property Score.barAlways = ##t
-               \property Score.defaultBarType = ":|:"
-               c4 c4 c4 c4 }
-}
-%% new-chords-done %%
index 683bd2a071c0a23084aa3d37e170ed80854eb8b6..b52259701abd08067de92414e9fd268c9f56cdff 100644 (file)
@@ -1,5 +1,4 @@
 \version "1.7.18"
-% renamed from absolute-volume.ly to dynamic-absolute-volume.ly
 \header {
     texidoc = "@cindex Dynamic Absolute Volume
 Absolute dynamics have effect in MIDI files.