From 81ab281b628da134d7127fef958acf5129d10ab8 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 22 Feb 2003 21:22:56 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 ++++ input/regression/chord-name-styles.ly | 0 input/regression/chord-names.ly | 0 input/test/chord-names-dpnj.ly | 2 ++ input/test/chord-names-jazz.ly | 11 ++++++++- input/test/chords.ly | 1 + input/test/dpncnt.ly | 2 ++ input/test/fingering.ly | 0 input/test/gmsusd.ly | 33 --------------------------- input/test/ossia.ly | 9 +++++--- 10 files changed, 26 insertions(+), 37 deletions(-) delete mode 100644 input/regression/chord-name-styles.ly delete mode 100644 input/regression/chord-names.ly delete mode 100644 input/test/fingering.ly delete mode 100644 input/test/gmsusd.ly diff --git a/ChangeLog b/ChangeLog index f79881fb20..b84d4eb579 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2003-02-22 Han-Wen Nienhuys + * input/test/*: lots of cleanups/comment-outs/removals in chord + examples + + * input/regression/*: lots of cleanups/comment-outs/removals in chord examples + * scripts/lilypond-book.py (check_texidoc): add no-texidoc to options * lily/new-chord-name-engraver.cc (process_music): give original diff --git a/input/regression/chord-name-styles.ly b/input/regression/chord-name-styles.ly deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/input/regression/chord-names.ly b/input/regression/chord-names.ly deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/input/test/chord-names-dpnj.ly b/input/test/chord-names-dpnj.ly index 67b475a03a..8d9378ccba 100644 --- a/input/test/chord-names-dpnj.ly +++ b/input/test/chord-names-dpnj.ly @@ -6,6 +6,8 @@ +\score { \notes { c4^"fixme"}} + %% This should only be necessary if your kpathsea setup is broken % % Make sure the correct msamxx.tfm is where lily can find it diff --git a/input/test/chord-names-jazz.ly b/input/test/chord-names-jazz.ly index cff6c0320e..c802e5cbd7 100644 --- a/input/test/chord-names-jazz.ly +++ b/input/test/chord-names-jazz.ly @@ -1,7 +1,15 @@ \version "1.7.10" \header { -texidoc = "Jazz notation for chord names." +texidoc = "Jazz notation for chord names. + +FIXME. + +" + } +\score { \notes { c4^"fixme"}} + +%{ %% This should only be necessary if your kpathsea setup is broken % @@ -63,3 +71,4 @@ scheme = \chords { > } %% new-chords-done %% +%} diff --git a/input/test/chords.ly b/input/test/chords.ly index 6cb12486cb..668ebd77f9 100644 --- a/input/test/chords.ly +++ b/input/test/chords.ly @@ -1,5 +1,6 @@ \version "1.7.10" +\score { \notes { c4^"fixme"}} %{ diff --git a/input/test/dpncnt.ly b/input/test/dpncnt.ly index 9840b2cd69..f167d16b79 100644 --- a/input/test/dpncnt.ly +++ b/input/test/dpncnt.ly @@ -5,6 +5,8 @@ TODO: FIXME. " } +\score { \notes { c4^"fixme"}} + %{ efull = \chordnames { diff --git a/input/test/fingering.ly b/input/test/fingering.ly deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/input/test/gmsusd.ly b/input/test/gmsusd.ly deleted file mode 100644 index 54b3376afa..0000000000 --- a/input/test/gmsusd.ly +++ /dev/null @@ -1,33 +0,0 @@ -\version "1.7.10" -% the Gm7sus4/D chord prints as Gm/4/7/D -% it took me quite a while by experiment to work out how to enter it -- PC - -% perhaps the current modifier approach is too simplistic - - - -gmsus=\notes\relative c \chords{ - g1 - % Gm7sus4: the hard way - g1:3-.4.7 - - % another hard way: - \notes { << g' bes c d f >>1 } - - % bit easier: - g1:m.4.7 - - g1:m7.sus - g1:m7.sus4 - - % and finally: - g1:m7.sus/d -} - -\score{ - < - \context ChordNames \gmsus - \context Staff \gmsus - > -} -%% new-chords-done %% diff --git a/input/test/ossia.ly b/input/test/ossia.ly index 75c3054256..bbaa1da56e 100644 --- a/input/test/ossia.ly +++ b/input/test/ossia.ly @@ -2,12 +2,15 @@ \header { texidoc = "Ossias present alternatives for a piece. They are not -really supported, but can be somewhat faked in lily". +really supported, but can be somewhat faked in lily." } \score { - -\notes { c1 c1 < {\clef "treble" c1 c1 } \context Staff=stb{ c1 c1}>} +\notes { c1 c1 < + {\clef "treble" c1 c1 } + \context Staff = stb { c1 c1 } + > +} } %% new-chords-done %% -- 2.39.5