]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove bogus docstring.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 23 Sep 2003 20:23:11 +0000 (20:23 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 23 Sep 2003 20:23:11 +0000 (20:23 +0000)
ChangeLog
Documentation/user/cheatsheet.itely
Documentation/user/lilypond-book.itely
THANKS
input/regression/clefs.ly
input/test/chord-names-jazz.ly
mf/GNUmakefile
scm/chord-name.scm
scripts/lilypond-book.py

index 5b1c842d92ca0ec28b3fa3cbc36ead0a2ecd183d..244f60fa4b1dac950709c3a73b472855157b7a37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/clefs.ly: remove bogus docstring.
+
 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * GNUmakefile.in (SUBDIRS): Add elisp.
 
 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
+
+       * input/test/chord-names-jazz.ly (banterProperties): fix
+
        * lily/parser.yy (bass_mod): bass figure alterations are semi
        tones, not quarter tones
 
index 1aa9b63fc571380a752c61617f1858149f47ff37..3128a11c68e5a6a6ad4d55bc7aa2416e68ff5cd2 100644 (file)
@@ -19,7 +19,7 @@
 c1 c2 c8 c16
 @end lilypond
 
-@item @code{..}
+@item @code{c4. c4..}
 @tab augmentation dots
 @tab
 @lilypond[relative 1, notime]
@@ -31,15 +31,13 @@ c4. c4..
 @tab scale 
 @tab
 @lilypond[relative 1, notime]
-\property Staff.Clef = \turnOff
 c d e f g a b
 @end lilypond
 
 @item @code{fis bes}
 @tab alteration 
 @tab
-@lilypond[relative 1, notime]
-\property Staff.Clef = \turnOff
+@lilypond[relative 0, notime]
 fis bes
 @end lilypond
 
@@ -73,13 +71,12 @@ s16_" "
 r4 r8
 @end lilypond
 
-@item @code{~}
+@item @code{d ~ d}
 @tab tie
 @tab
 @lilypond[relative 1, notime]
 \property Score.timing = ##f
 \property Staff.autoBeaming = ##f
-\property Staff.Clef = \turnOff
 d ~ d
 @end lilypond
 
@@ -98,7 +95,6 @@ s4
 @lilypond[relative 1, notime]
 \property Score.timing = ##f
 \property Staff.autoBeaming = ##f
-\property Staff.Clef = \turnOff
 a a'
 @end lilypond
 
@@ -108,43 +104,39 @@ a a'
 @lilypond[relative 1, notime]
 \property Score.timing = ##f
 \property Staff.autoBeaming = ##f
-\property Staff.Clef = \turnOff
 c c,
 @end lilypond
 
 
-@item @code{)}
+@item @code{c( d e)}
 @tab slur
 @tab
 @lilypond[fragment, relative 1]
 \property Score.timing = ##f
 \property Staff.TimeSignature = \turnOff
 \property Staff.autoBeaming = ##f
-\property Staff.Clef = \turnOff
 c( d e)
 @end lilypond
 
 
-@item @code{\( \)}
+@item @code{c\( c( d) e\)}
 @tab phrasing slur
 @tab
 @lilypond[fragment, relative 1]
 \property Score.timing = ##f
 \property Staff.TimeSignature = \turnOff
 \property Staff.autoBeaming = ##f
-\property Staff.Clef = \turnOff
 c\(  c( d) e\)
 @end lilypond
 
 
-@item @code{-[ -]}
+@item @code{a8[ b]}
 @tab beam
 @tab
 @lilypond[fragment, relative 1]
 \property Score.timing = ##f
 \property Staff.TimeSignature = \turnOff
 \property Staff.autoBeaming = ##f
-\property Staff.Clef = \turnOff
 a8-[ b-]
 @end lilypond
 
@@ -158,45 +150,41 @@ a8-[ b-]
 @end lilypond
 
   
-@item @code{-> -.}
+@item @code{c-> c-.}
 @tab articulations
 @tab
 @lilypond[fragment, relative 1]
 \property Staff.TimeSignature = \turnOff
-\property Staff.Clef = \turnOff
 c-> c-.
 @end lilypond
 
 
-@item @code{\mf \sfz}
+@item @code{c\mf c\sfz}
 @tab dynamics
 @tab
 @lilypond[fragment, relative 1]
 \property Staff.TimeSignature = \turnOff
-\property Staff.Clef = \turnOff
 c\mf c\sfz
 @end lilypond
 
 
-@item @code{\< \!}
+@item @code{a\< b\!}
 @tab crescendo
 @tab
 @lilypond[fragment, relative 1]
 \property Score.timing = ##f
 \property Staff.TimeSignature = \turnOff
 \property Staff.autoBeaming = ##f
-\property Staff.Clef = \turnOff
 a\< a \!a
 @end lilypond
 
-@item @code{\> \!}
+@item @code{a\> b\!}
 @tab decrescendo
 @tab
 @lilypond[fragment, relative 1]
 \property Score.timing = ##f
 \property Staff.TimeSignature = \turnOff
 \property Staff.autoBeaming = ##f
-\property Staff.Clef = \turnOff
 a\> a a\!
 @end lilypond
 
@@ -218,7 +206,7 @@ a\> a a\!
 @end lilypond 
 
 
-@item @code{\times 2/3}
+@item @code{\times 2/3 @{f g a@}}
 @tab triplets
 @tab
 @lilypond[relative 1,fragment]
@@ -263,11 +251,11 @@ a\> a a\!
   \context ChordNames \chords { c:dim f:maj7 }
 @end lilypond 
 
-@item @code{<< @dots{} \\ @dots{} >>}
+@item @code{<<@{e f@} \\@{c d@}>>}
 @tab polyphony
 @tab
-@lilypond[fragment,relative 1]
-\context Staff << c \\ g' >>
+@lilypond[fragment,relative 2]
+\context Staff <<{e f} \\ {c d}>>
 @end lilypond
 
 
index 39e45ce83a6179dfb109a562dfcbc1cd25afc5de..d37d12725e188dfa33c80718f998feeeff30b56b 100644 (file)
@@ -218,10 +218,10 @@ A special feature not (yet) available in other output formats, is the
 @example
   <ly2dvifile>trip.ly</ly2dvifile>
 @end example
-This runs @file{trip.ly} through @code{lilypond} (see also @ref{Invoking
-lilypond}), and substitutes a preview image in the output. The image
-links to a separate HTML file, so clicking it will take the viewer to
-a menu, with links to images, midi and printouts.
+This runs @file{trip.ly} through @code{lilypond} (see also
+@ref{Invoking lilypond}), and substitutes a preview image in the
+output. The image links to a separate HTML file, so clicking it will
+take the viewer to a menu, with links to images, midi and printouts.
 
 @cindex titling in THML
 @cindex preview image
@@ -315,6 +315,14 @@ where @var{unit} = cm, mm, in, or pt.  This option affects LilyPond,
 not the text layout.  For single-line fragments the default is to
 use no indentation.
 
+For example
+@example
+  \begin[indent=5cm,raggedright]{lilypond}
+  ...
+  \end{lilypond}
+@end example
+
+
 @item noindent
 sets indentation of the first music system to zero.  This option
 affects LilyPond, not the text layout.
diff --git a/THANKS b/THANKS
index 3bc491f72e6bdb78bac97c612c72b7d00c725140..6cdc412042edb2dc9091795d3e74673b5b872aad 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -28,6 +28,7 @@ Ian Bailey-Mortimer
 John Williams
 Josza Marton
 Marco Caliari
+Matthieu Amiguet
 Michael Welsh Duggan
 Patrick Atamaniuk
 Paul Scott
@@ -35,8 +36,7 @@ Pedro Kroeger
 Peter Lutek
 Richard Schoeller
 Thorkil Wolvendans
-Matthieu Amiguet
-
+Werner Trobin 
 
 
 Release 1.8
index 44c0fab82bceecf94320eb803997aadf9c3fab68..f3ca6dbc012e8037ba698fc83b31a88d129764fb 100644 (file)
@@ -1,13 +1,11 @@
 \version "1.9.8"
 
 \header{
-texidoc="
-The transparent clef should not occupy any space and with style
-@code{fullSizeChanges}, the changing clef should be typeset in full
-size. For octaviated clefs, the ``8'' should appear closely above or
-below the clef respectively.  The ``8'' is processed in a convoluted
-way, so this is fragile as well.
-"
+
+    texidoc=" Clefs with @code{full-size-change} should be typeset in
+full size. For octaviated clefs, the ``8'' should appear closely above
+or below the clef respectively."
+
 }
 
 
index 1e9f800fd00954fb8efb1a713cb9359c6b80a32c..b3638d13f9656e1999ea28d2e9d7ff8f2be5b792 100644 (file)
@@ -138,7 +138,6 @@ banterProperties = \sequential {
        indent = 3.\cm
        \translator { 
            \ChordNamesContext
-           ChordName \override #'word-space = #1
            \consists Instrument_name_engraver
        }
     }
index 4d273d75f6482d0446ad56cdd2fe41be2bd54cb5..df8e1901394a0918e3fb84036740ffb739d893da 100644 (file)
@@ -81,6 +81,7 @@ get-debian-pfa: $(outdir)/$(debian-package)
        rm -rf $(outdir)/./usr
        ar p $< data.tar.gz | \
                tar -C $(outdir) -zvxf - '*.pfa'
+       touch $(addprefix $(outdir)/, $(addsuffix .bla,$(SAUTER_FONTS)))
        cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/
 
 
@@ -89,7 +90,8 @@ $(outdir)/$(redhat-package):
        wget -P $(outdir) ftp://ftp.lilypond.org/pub/LilyPond/binaries/RedHat-9/$(redhat-package)
 
 get-rpm-pfa: $(outdir)/$(redhat-package)
-       cd $(outdir) ; rpm2cpio $(redhat-package) | cpio -id '*.pfa'
+       cd $(outdir) ; rpm2cpio $(redhat-package) | cpio -uid '*.pfa'
+       touch $(addprefix $(outdir)/, $(addsuffix .bla,$(SAUTER_FONTS)))
        cp `find $(outdir)/usr/ -name '*.pfa'` $(outdir)/
 
 # change this dependency 
index f910d38df022c3898698d25aee1186ac9a8f350f..6ffecfa843696fa3c6c7bf622e8930f197acdcf4 100644 (file)
@@ -10,7 +10,7 @@
 (define (natural-chord-alteration p)
   "Return the natural alteration for step P."
   (if (= (ly:pitch-steps p) 6)
-      -1
+      FLAT
       0))
 
 
@@ -20,7 +20,7 @@
 (define-public (alteration->text-accidental-markup alteration)
   (make-smaller-markup
    (make-raise-markup
-    (if (= alteration -1)
+    (if (= alteration FLAT)
        0.3
        0.6)
     (make-musicglyph-markup
index 091a1f6e13e710294cdcb5d55943ddfd95b9a477..c0ca09a5537a3aab397da096459f3d33a3d50219 100644 (file)
@@ -756,7 +756,7 @@ def scan_latex_preamble (chunks):
                if not m:
                        error ("Latex documents must start with a \documentclass command")
                if m.group (1):
-                       options = re.split (',\s*', m.group (1)[1:-1])
+                       options = re.split (r',\s*', m.group (1)[1:-1])
                else:
                        options = []
                if 'twocolumn' in options: