]> git.donarmstrong.com Git - lilypond.git/commitdiff
renaming files:
authorgpercival <gpercival>
Tue, 3 Jun 2003 15:58:20 +0000 (15:58 +0000)
committergpercival <gpercival>
Tue, 3 Jun 2003 15:58:20 +0000 (15:58 +0000)
   auto-beam-4-8.ly to beam-auto-4-8.ly
   auto-beam-override.ly to beam-auto-override.ly
   auto-beam.ly to beam-auto.ly
   blank.ly to blank-paper.ly
   absolute-volume.ly to dynamic-absolute-volume.ly

ChangeLog
input/test/absolute-volume.ly [deleted file]
input/test/auto-beam-4-8.ly [deleted file]
input/test/auto-beam-override.ly [deleted file]
input/test/auto-beam.ly [deleted file]
input/test/beam-auto-4-8.ly [new file with mode: 0644]
input/test/beam-auto-override.ly [new file with mode: 0644]
input/test/beam-auto.ly [new file with mode: 0644]
input/test/blank-paper.ly [new file with mode: 0644]
input/test/blank.ly [deleted file]
input/test/dynamic-absolute-volume.ly [new file with mode: 0644]

index 15996c758e92473f135d770ebb56044d0432fde2..1c29114411fd1a7fb83e9307c838c5ea120c81b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2003-06-03  Graham Percival  <gperlist@shaw.ca>
+
+       * input/test/[a-c]: more comments in files.
+       * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly 
+       beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
+       beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
+       mark file for proposed deletion.
+       * input/test: renaming files:
+       auto-beam-4-8.ly to beam-auto-4-8.ly
+       auto-beam-override.ly to beam-auto-override.ly
+       auto-beam.ly to beam-auto.ly
+       blank.ly to blank-paper.ly
+       absolute-volume.ly to dynamic-absolute-volume.ly
+
 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * input/test/dpncnt.ly: 
diff --git a/input/test/absolute-volume.ly b/input/test/absolute-volume.ly
deleted file mode 100644 (file)
index 258ef3f..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-\header {
-    texidoc = "@cindex Absolute dynamics
-Absolute dynamics have effect in MIDI files.
-"
-}
-
-\version "1.7.18"
-
-\score{
-\notes\relative c''{
-%segfault in engraver
-a1-\ppp 
-a1-\pp
-a-\p
-a-\mp
-a-\mf
-a-\f
-a-\ff
-a\fff
-a\sf
-}
-\paper{
-}
-\midi{
-\tempo 1 = 60
-}
-}
-%% new-chords-done %%
diff --git a/input/test/auto-beam-4-8.ly b/input/test/auto-beam-4-8.ly
deleted file mode 100644 (file)
index fa1248e..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-\version "1.7.18"
-\header {
-       texidoc = "@cindex Auto Beaming 4/8
-You can override Lilypond's automatic beaming.
-"
-}
-
-\score{
-   \notes\relative c''{
-     \time 4/8
-
-%{
-    the default for 4/8 (see scm/auto-beam.scm)
-     ----  --------
-     |  |  |   |--|
-    x| x| x|  x| x|
-%}
-     c8 c c c16 c
-
-
-%{
-    user override
-     --------------
-     |  |  |   |--|
-    x| x| x|  x| x|
-%}
-     \property Voice.autoBeamSettings \override #'(end * * * *) = #(ly:make-moment 2 4)
-     c8 c c c16 c
-
-  }
-}
-    
-%% new-chords-done %%
diff --git a/input/test/auto-beam-override.ly b/input/test/auto-beam-override.ly
deleted file mode 100644 (file)
index e42c9b4..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-\version "1.7.18"
-\header {
-
-    texidoc = "@cindex Auto Beaming Override
-Show how auto-beaming settings can be overridden.
-
- The auto-beamer will only engrave beams that end when:
-@itemize @bullet
-@item  a rest is encountered
-@item
- another beam (entered manually) is encountered
-@item
- there's a 'gap' in the beam note's durations
-@end itemize
-
-The beam will be ended also when now % beamAutoEnd = 0
-
-"
-
-}
-
-
-\score{
-    \notes \relative c''{
-       \time 2/4
-       % one beam per measure
-       c8 c c c
-       c16 c c c c c c c
-       % from here on consider ending beam every 1/4 note
-       #(override-auto-beam-setting '(end * * * *) 1 4)
-
-       c8 c c c
-       % manually override autobeam with weird beaming
-       c8  c-[ c] c
-       c8 c c r
-       c8 c c4
-       r8 c c c
-       % no autobeaming
-       \property Voice.autoBeaming = ##f
-       c8 c c c
-    }
-    \paper{
-       \translator{
-           \VoiceContext
-           autoBeamSettings \override #'(end * * * *) = #(ly:make-moment 1 2)
-       }
-    }
-}
-
-%% new-chords-done %%
diff --git a/input/test/auto-beam.ly b/input/test/auto-beam.ly
deleted file mode 100644 (file)
index afdcf83..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-\version "1.7.18"
-\header{
-       texidoc = "@cindex Beaming Presets
-The auto-beam engraver has presets for common time signatures.
-"
-}
-\score{
-    \notes \relative c''{
-
-       % urg: something breaks in grouping  see input/bugs/time-grouping.ly
-       %
-       % really? it looks fine to me.  I think the above note is old; remove
-       % these lines in the next revision.
-       \time 1/2
-       c8 c c c
-       c16 c c c c c c c
-       c32 c c c c c c c c c c c c c c c
-       \time 1/4
-       c8 c 
-       c16 c c c
-       c32 c c c c c c c
-       \time 1/8
-       c8
-       c16 c
-       c32 c c c
-
-       \time 2/2
-       c8 c c c c c c c
-       c16 c c c c c c c c c c c c c c c
-       c32 c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c
-       \time 2/4
-       c8 c c c
-       c16 c c c c c c c
-       c32 c c c c c c c c c c c c c c c
-       \time 2/8
-       c8 c
-       c16 c c c
-       c32 c c c c c c c
-       \time 3/2
-       c8 c c c c c c c c c c c
-       c16 c c c c c c c c c c c c c c c c c c c c c c c
-       \time 3/4
-       c8 c c c c c
-       c16 c c c c c c c c c c c
-       c32 c c c c c c c c c c c c c c c c c c c c c c c
-       \time 3/8
-       c8 c c
-       c16 c c c c c
-       c32 c c c c c c c c c c c
-       \time 4/4
-       c8 c c c c c c c
-       c16 c c c c c c c c c c c c c c c
-       c32 c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c
-       \time 4/8
-       c8 c c c
-       c16 c c c c c c c
-       c32 c c c c c c c c c c c c c c c
-       \time 6/8
-       c8 c c c c c
-       c16 c c c c c c c c c c c
-       \time 9/8
-       c8 c c c c c c c c
-       c16 c c c c c c c c c c c c c c c c c
-    }
-    \paper{
-    }
-}
-%% new-chords-done %%
diff --git a/input/test/beam-auto-4-8.ly b/input/test/beam-auto-4-8.ly
new file mode 100644 (file)
index 0000000..883c2b7
--- /dev/null
@@ -0,0 +1,35 @@
+\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.
+\header {
+       texidoc = "@cindex Auto Beaming 4/8
+You can override Lilypond's automatic beaming.
+"
+}
+
+\score{
+   \notes\relative c''{
+     \time 4/8
+
+%{
+    the default for 4/8 (see scm/auto-beam.scm)
+     ----  --------
+     |  |  |   |--|
+    x| x| x|  x| x|
+%}
+     c8 c c c16 c
+
+
+%{
+    user override
+     --------------
+     |  |  |   |--|
+    x| x| x|  x| x|
+%}
+     \property Voice.autoBeamSettings \override #'(end * * * *) = #(ly:make-moment 2 4)
+     c8 c c c16 c
+
+  }
+}
+    
+%% new-chords-done %%
diff --git a/input/test/beam-auto-override.ly b/input/test/beam-auto-override.ly
new file mode 100644 (file)
index 0000000..1c35552
--- /dev/null
@@ -0,0 +1,51 @@
+\version "1.7.18"
+% renamed from auto-beam-override.ly to beam-auto-override.ly
+\header {
+
+    texidoc = "@cindex Auto Beaming Override
+Show how auto-beaming settings can be overridden.
+
+ The auto-beamer will only engrave beams that end when:
+@itemize @bullet
+@item  a rest is encountered
+@item
+ another beam (entered manually) is encountered
+@item
+ there's a 'gap' in the beam note's durations
+@end itemize
+
+The beam will be ended also when now % beamAutoEnd = 0
+
+"
+
+}
+
+
+\score{
+    \notes \relative c''{
+       \time 2/4
+       % one beam per measure
+       c8 c c c
+       c16 c c c c c c c
+       % from here on consider ending beam every 1/4 note
+       #(override-auto-beam-setting '(end * * * *) 1 4)
+
+       c8 c c c
+       % manually override autobeam with weird beaming
+       c8  c-[ c] c
+       c8 c c r
+       c8 c c4
+       r8 c c c
+       % no autobeaming
+       \property Voice.autoBeaming = ##f
+       c8 c c c
+    }
+    \paper{
+       \translator{
+           \VoiceContext
+           autoBeamSettings \override #'(end * * * *) = #(ly:make-moment 1 2)
+       }
+    }
+}
+
+%% new-chords-done %%
diff --git a/input/test/beam-auto.ly b/input/test/beam-auto.ly
new file mode 100644 (file)
index 0000000..cc6c21c
--- /dev/null
@@ -0,0 +1,69 @@
+\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.
+"
+}
+\score{
+    \notes \relative c''{
+
+       % urg: something breaks in grouping  see input/bugs/time-grouping.ly
+       %
+       % really? it looks fine to me.  I think the above note is old; remove
+       % these lines in the next revision.
+       \time 1/2
+       c8 c c c
+       c16 c c c c c c c
+       c32 c c c c c c c c c c c c c c c
+       \time 1/4
+       c8 c 
+       c16 c c c
+       c32 c c c c c c c
+       \time 1/8
+       c8
+       c16 c
+       c32 c c c
+
+       \time 2/2
+       c8 c c c c c c c
+       c16 c c c c c c c c c c c c c c c
+       c32 c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c
+       \time 2/4
+       c8 c c c
+       c16 c c c c c c c
+       c32 c c c c c c c c c c c c c c c
+       \time 2/8
+       c8 c
+       c16 c c c
+       c32 c c c c c c c
+       \time 3/2
+       c8 c c c c c c c c c c c
+       c16 c c c c c c c c c c c c c c c c c c c c c c c
+       \time 3/4
+       c8 c c c c c
+       c16 c c c c c c c c c c c
+       c32 c c c c c c c c c c c c c c c c c c c c c c c
+       \time 3/8
+       c8 c c
+       c16 c c c c c
+       c32 c c c c c c c c c c c
+       \time 4/4
+       c8 c c c c c c c
+       c16 c c c c c c c c c c c c c c c
+       c32 c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c
+       \time 4/8
+       c8 c c c
+       c16 c c c c c c c
+       c32 c c c c c c c c c c c c c c c
+       \time 6/8
+       c8 c c c c c
+       c16 c c c c c c c c c c c
+       \time 9/8
+       c8 c c c c c c c c
+       c16 c c c c c c c c c c c c c c c c c
+    }
+    \paper{
+    }
+}
+%% new-chords-done %%
diff --git a/input/test/blank-paper.ly b/input/test/blank-paper.ly
new file mode 100644 (file)
index 0000000..f02b943
--- /dev/null
@@ -0,0 +1,23 @@
+\version "1.7.18"
+% renamed from blank.ly to blank-paper.ly
+\header {
+  texidoc="@cindex Blank Paper
+Blank music paper with clefs.
+" }
+\score {
+  \notes {
+    % \clef violin
+    \clef bass 
+    \repeat unfold 9 { c1 \break }
+  }
+  \paper {
+    \translator {
+      \ScoreContext
+      TimeSignature \override #'transparent = ##t
+      NoteHead \override #'transparent = ##t
+      defaultBarType = #""
+      \remove Bar_number_engraver
+    }
+  }
+}
+%% new-chords-done %%
diff --git a/input/test/blank.ly b/input/test/blank.ly
deleted file mode 100644 (file)
index 4320b3d..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-\version "1.7.18"
-\header {
-  texidoc="@cindex Blank Paper
-Blank music paper with clefs.
-" }
-\score {
-  \notes {
-    % \clef violin
-    \clef bass 
-    \repeat unfold 9 { c1 \break }
-  }
-  \paper {
-    \translator {
-      \ScoreContext
-      TimeSignature \override #'transparent = ##t
-      NoteHead \override #'transparent = ##t
-      defaultBarType = #""
-      \remove Bar_number_engraver
-    }
-  }
-}
-%% new-chords-done %%
diff --git a/input/test/dynamic-absolute-volume.ly b/input/test/dynamic-absolute-volume.ly
new file mode 100644 (file)
index 0000000..683bd2a
--- /dev/null
@@ -0,0 +1,29 @@
+\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.
+"
+}
+
+
+\score{
+\notes\relative c''{
+%segfault in engraver
+a1-\ppp 
+a1-\pp
+a-\p
+a-\mp
+a-\mf
+a-\f
+a-\ff
+a\fff
+a\sf
+}
+\paper{
+}
+\midi{
+\tempo 1 = 60
+}
+}
+%% new-chords-done %%