]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 22 Feb 2003 21:22:56 +0000 (21:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 22 Feb 2003 21:22:56 +0000 (21:22 +0000)
ChangeLog
input/regression/chord-name-styles.ly [deleted file]
input/regression/chord-names.ly [deleted file]
input/test/chord-names-dpnj.ly
input/test/chord-names-jazz.ly
input/test/chords.ly
input/test/dpncnt.ly
input/test/fingering.ly [deleted file]
input/test/gmsusd.ly [deleted file]
input/test/ossia.ly

index f79881fb2038e2f921e392a5a01697097a6718ca..b84d4eb579fcf2655a9dfe83111272fb5fe5f58e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * 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 (file)
index e69de29..0000000
diff --git a/input/regression/chord-names.ly b/input/regression/chord-names.ly
deleted file mode 100644 (file)
index e69de29..0000000
index 67b475a03a039f8c689fa256766ab4a3b4388b35..8d9378ccba853eff6bfdf5623500df6b293410dd 100644 (file)
@@ -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
index cff6c0320e6bb85b9a67226811c89c68664c7306..c802e5cbd738407683331d1e599fcbb5c86ab203 100644 (file)
@@ -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 %%
+%}
index 6cb12486cbb15b16f409e473ee13e0e125561b23..668ebd77f9ade1847acda839d24d10795aa7c322 100644 (file)
@@ -1,5 +1,6 @@
 
 \version "1.7.10"
+\score { \notes { c4^"fixme"}}
 
 
 %{
index 9840b2cd69c5320757d9a068cbca7bed65b2fce1..f167d16b797c291a658e73765b2dca4f06c4e079 100644 (file)
@@ -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 (file)
index e69de29..0000000
diff --git a/input/test/gmsusd.ly b/input/test/gmsusd.ly
deleted file mode 100644 (file)
index 54b3376..0000000
+++ /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 %%
index 75c3054256d4521c729fae0ef1a05eb803e9e3ce..bbaa1da56e5c30c2a9bf079829ebcbfe7d027513 100644 (file)
@@ -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 %%