+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:
+++ /dev/null
-\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 %%
+++ /dev/null
-\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 %%
+++ /dev/null
-\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 %%
+++ /dev/null
-\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 %%
--- /dev/null
+\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 %%
--- /dev/null
+\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 %%
--- /dev/null
+\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 %%
--- /dev/null
+\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 %%
+++ /dev/null
-\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 %%
--- /dev/null
+\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 %%