]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 5 Mar 2005 11:11:18 +0000 (11:11 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 5 Mar 2005 11:11:18 +0000 (11:11 +0000)
ChangeLog
lily/tie-engraver.cc
ly/deutsch.ly
make/lilypond.fedora.spec.in

index 41ddd13aae441d3b55d483f0dcf7c0b297af7f7a..ef59cebfa2ac193ade8bf81752a5d8ae34008308 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
+       <hamamatsu@gmx.de>
+
 2005-03-05  Graham Percival  <gperlist@shaw.ca>
 
        * Documentation/user/advanced-notation.itely: first draft
index fd236e88cb89b3a43278c6f263b879df1e4e475c..dfdccea215cc964741bde35a8ecc2324c355c498 100644 (file)
@@ -141,7 +141,7 @@ Tie_engraver::acknowledge_grob (Grob_info i)
 
       if (tie_column_)
        for (int i = ties_.size (); i--;)
-         Tie_column::add_tie (tie_column_, ties_ [i]);
+         Tie_column::add_tie (tie_column_, ties_[i]);
     }
 }
 
index 2ca90e2e899a4e96e433c95de611a206790159ae..7cd1013f4c8d83a478092274d3d895e987262fca 100644 (file)
 pitchnamesDeutsch = #`(
        (ceses . ,(ly:make-pitch -1 0 DOUBLE-FLAT))
        (ces . ,(ly:make-pitch -1 0 FLAT))
+       (ceh . ,(ly:make-pitch -1 0 SEMI-FLAT))
        (c . ,(ly:make-pitch -1 0 NATURAL))
        (cis . ,(ly:make-pitch -1 0 SHARP))
+       (cih . ,(ly:make-pitch -1 0 SEMI-SHARP))
        (cisis . ,(ly:make-pitch -1 0 DOUBLE-SHARP))
        (deses . ,(ly:make-pitch -1 1 DOUBLE-FLAT))
        (des . ,(ly:make-pitch -1 1 FLAT))
+       (deh . ,(ly:make-pitch -1 1 SEMI-FLAT))
        (d . ,(ly:make-pitch -1 1 NATURAL))
        (dis . ,(ly:make-pitch -1 1 SHARP))
+       (dih . ,(ly:make-pitch -1 1 SEMI-SHARP))
        (disis . ,(ly:make-pitch -1 1 DOUBLE-SHARP))
        (eses . ,(ly:make-pitch -1 2 DOUBLE-FLAT))
        (es . ,(ly:make-pitch -1 2 FLAT))
+       (eeh . ,(ly:make-pitch -1 2 SEMI-FLAT))
        (e . ,(ly:make-pitch -1 2 NATURAL))
        (eis . ,(ly:make-pitch -1 2 SHARP))
+       (eih . ,(ly:make-pitch -1 2 SEMI-SHARP))
        (eisis . ,(ly:make-pitch -1 2 DOUBLE-SHARP))
        (feses . ,(ly:make-pitch -1 3 DOUBLE-FLAT))
        (fes . ,(ly:make-pitch -1 3 FLAT))
+       (feh . ,(ly:make-pitch -1 3 SEMI-FLAT))
        (f . ,(ly:make-pitch -1 3 NATURAL))
        (fis . ,(ly:make-pitch -1 3 SHARP))
+       (fih . ,(ly:make-pitch -1 3 SEMI-SHARP))
        (fisis . ,(ly:make-pitch -1 3 DOUBLE-SHARP))
        (geses . ,(ly:make-pitch -1 4 DOUBLE-FLAT))
        (ges . ,(ly:make-pitch -1 4 FLAT))
+       (geh . ,(ly:make-pitch -1 4 SEMI-FLAT))
        (g . ,(ly:make-pitch -1 4 NATURAL))
        (gis . ,(ly:make-pitch -1 4 SHARP))
+       (gih . ,(ly:make-pitch -1 4 SEMI-SHARP))
        (gisis . ,(ly:make-pitch -1 4 DOUBLE-SHARP))
        (asas . ,(ly:make-pitch -1 5 DOUBLE-FLAT))
        (ases . ,(ly:make-pitch -1 5 DOUBLE-FLAT))   ;;non-standard name for asas
        (as . ,(ly:make-pitch -1 5 FLAT))
+       (aeh . ,(ly:make-pitch -1 5 SEMI-FLAT))
        (a . ,(ly:make-pitch -1 5 NATURAL))
        (ais . ,(ly:make-pitch -1 5 SHARP))
+       (aih . ,(ly:make-pitch -1 5 SEMI-SHARP))
        (aisis . ,(ly:make-pitch -1 5 DOUBLE-SHARP))
        (heses . ,(ly:make-pitch -1 6 DOUBLE-FLAT))
        (b . ,(ly:make-pitch -1 6 FLAT))
+       (beh . ,(ly:make-pitch -1 6 SEMI-FLAT))
        (h . ,(ly:make-pitch -1 6 NATURAL))
        (his . ,(ly:make-pitch -1 6 SHARP))
+       (hih . ,(ly:make-pitch -1 6 SEMI-SHARP))
        (hisis . ,(ly:make-pitch -1 6 DOUBLE-SHARP))
 )
 
index c2f8e61c8b86cbede34089e95b663fb7e32c7c83..d2e47d74b388bc71a09824f5a1b9d4d11c1ad1d9 100644 (file)
@@ -18,7 +18,7 @@ Buildrequires: t1utils bison flex mftrace ImageMagick
 Buildrequires: texinfo >= 4.7
 Buildrequires: guile-devel >= 1.6.4-8 
 Buildrequires: freetype-devel >= 2.1
-#Buildrequires: fontforge >= 20041211
+Buildrequires: fontforge #  >= 20041211 urg. 0.0.0-fdr.1.20041211
 
 Requires: tetex  tetex-latex libstdc++ python  tetex-dvips tetex-latex
 Requires: guile >= 1.6.4-8 ghostscript >= 8.15