From: gpercival Date: Wed, 11 Jun 2003 12:39:52 +0000 (+0000) Subject: Deleted old comments, renamed defaultbars to bar-always X-Git-Tag: release/1.7.25~160 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9bce9aae486f9aa90fe9b918104cb88493b6cb30;p=lilypond.git Deleted old comments, renamed defaultbars to bar-always --- diff --git a/ChangeLog b/ChangeLog index 5f3c779db8..1e8298061e 100644 --- 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 diff --git a/input/test/bar-always.ly b/input/test/bar-always.ly new file mode 100644 index 0000000000..c514800d08 --- /dev/null +++ b/input/test/bar-always.ly @@ -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 %% diff --git a/input/test/beam-auto-4-8.ly b/input/test/beam-auto-4-8.ly index 883c2b750b..e0c4eac549 100644 --- a/input/test/beam-auto-4-8.ly +++ b/input/test/beam-auto-4-8.ly @@ -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. diff --git a/input/test/beam-auto-override.ly b/input/test/beam-auto-override.ly index 1c35552d31..e42c9b494d 100644 --- a/input/test/beam-auto-override.ly +++ b/input/test/beam-auto-override.ly @@ -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 diff --git a/input/test/beam-auto.ly b/input/test/beam-auto.ly index cc6c21cefb..afdcf83cdf 100644 --- a/input/test/beam-auto.ly +++ b/input/test/beam-auto.ly @@ -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. diff --git a/input/test/blank-paper.ly b/input/test/blank-paper.ly index f02b943c5a..4320b3d001 100644 --- a/input/test/blank-paper.ly +++ b/input/test/blank-paper.ly @@ -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 index 6f8f117b77..0000000000 --- a/input/test/defaultbars.ly +++ /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 %% diff --git a/input/test/dynamic-absolute-volume.ly b/input/test/dynamic-absolute-volume.ly index 683bd2a071..b52259701a 100644 --- a/input/test/dynamic-absolute-volume.ly +++ b/input/test/dynamic-absolute-volume.ly @@ -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.