From 316754d91b3a9dfdc04e31d9442a31feb600cb74 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:57:56 +0000 Subject: [PATCH] lilypond-0.1.15 --- init/table16.ly | 9 ++++++--- lily/include/note-head.hh | 1 + mf/font-en-tja16.mf | 16 ++++++++++++++++ 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 mf/font-en-tja16.mf diff --git a/init/table16.ly b/init/table16.ly index 265098ce17..5097530ac8 100644 --- a/init/table16.ly +++ b/init/table16.ly @@ -53,6 +53,9 @@ table_sixteen= "p" "\dynp" "pp" "\dynpp" "ppp" "\dynppp" + "fp" "\dynfp" + "sf" "\dynsf" + "sfz" "\dynsfz" } "align" = \table { @@ -75,9 +78,9 @@ table_sixteen= "balls" = \table { "-2" "\longaball" 0.0\pt 6.0\pt -2.0\pt 2.0\pt "-1" "\breveball" 0.0\pt 6.0\pt -2.0\pt 2.0\pt - "0" "\wholeball" 0.0\pt 6.0\pt -2.0\pt 2.0\pt - "1" "\halfball" 0.0\pt 5.0\pt -2.0\pt 2.0\pt - "2" "\quartball" 0.0\pt 5.0\pt -2.0\pt 2.0\pt + "0" "\wholeball" 0.0\pt 8.0\pt 0.0\pt 4.4\pt + "1" "\halfball" 0.0\pt 5.4\pt 0.0\pt 4.4\pt + "2" "\quartball" 0.0\pt 5.5\pt 0.0\pt 4.4\pt } "slur" = \table { diff --git a/lily/include/note-head.hh b/lily/include/note-head.hh index 5039521223..2a18dff662 100644 --- a/lily/include/note-head.hh +++ b/lily/include/note-head.hh @@ -34,6 +34,7 @@ public: Note_head (); static int compare (Note_head * const &a, Note_head *const &b) ; protected: + virtual Interval do_width () const; virtual void do_pre_processing(); virtual Molecule* brew_molecule_p() const; }; diff --git a/mf/font-en-tja16.mf b/mf/font-en-tja16.mf new file mode 100644 index 0000000000..92752fdf00 --- /dev/null +++ b/mf/font-en-tja16.mf @@ -0,0 +1,16 @@ +% font-en-tja16.mf +% part of LilyPond's pretty-but-neat music font + +mode_setup; + +test:=0; + +staffsize#:=16pt#; +stafflines:=5; +stafflinethickness#:=0.4pt#; +code:=-1; + +input bolletjes; + +end. + -- 2.39.5