From: gpercival Date: Tue, 3 Jun 2003 15:58:20 +0000 (+0000) Subject: renaming files: X-Git-Tag: release/1.7.25~190 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1a7c53c5cebbfd13ffc687a98b9ba1a59710a0e2;p=lilypond.git 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 --- diff --git a/ChangeLog b/ChangeLog index 15996c758e..1c29114411 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2003-06-03 Graham Percival + + * 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 * input/test/dpncnt.ly: diff --git a/input/test/absolute-volume.ly b/input/test/absolute-volume.ly deleted file mode 100644 index 258ef3fe75..0000000000 --- a/input/test/absolute-volume.ly +++ /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 index fa1248e2ad..0000000000 --- a/input/test/auto-beam-4-8.ly +++ /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 index e42c9b494d..0000000000 --- a/input/test/auto-beam-override.ly +++ /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 index afdcf83cdf..0000000000 --- a/input/test/auto-beam.ly +++ /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 index 0000000000..883c2b750b --- /dev/null +++ b/input/test/beam-auto-4-8.ly @@ -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 index 0000000000..1c35552d31 --- /dev/null +++ b/input/test/beam-auto-override.ly @@ -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 index 0000000000..cc6c21cefb --- /dev/null +++ b/input/test/beam-auto.ly @@ -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 index 0000000000..f02b943c5a --- /dev/null +++ b/input/test/blank-paper.ly @@ -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 index 4320b3d001..0000000000 --- a/input/test/blank.ly +++ /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 index 0000000000..683bd2a071 --- /dev/null +++ b/input/test/dynamic-absolute-volume.ly @@ -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 %%