From c01c400ebe47c6d938b42f281d825f17fd81547c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 5 Mar 2005 11:11:18 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ lily/tie-engraver.cc | 2 +- ly/deutsch.ly | 14 ++++++++++++++ make/lilypond.fedora.spec.in | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41ddd13aae..ef59cebfa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-04 Han-Wen Nienhuys + + * ly/deutsch.ly: add quarter tones, patch by Arno Waschk. + + 2005-03-05 Graham Percival * Documentation/user/advanced-notation.itely: first draft diff --git a/lily/tie-engraver.cc b/lily/tie-engraver.cc index fd236e88cb..dfdccea215 100644 --- a/lily/tie-engraver.cc +++ b/lily/tie-engraver.cc @@ -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]); } } diff --git a/ly/deutsch.ly b/ly/deutsch.ly index 2ca90e2e89..7cd1013f4c 100644 --- a/ly/deutsch.ly +++ b/ly/deutsch.ly @@ -10,39 +10,53 @@ 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)) ) diff --git a/make/lilypond.fedora.spec.in b/make/lilypond.fedora.spec.in index c2f8e61c8b..d2e47d74b3 100644 --- a/make/lilypond.fedora.spec.in +++ b/make/lilypond.fedora.spec.in @@ -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 -- 2.39.5