From aa17e80c30e989e7112ebf25bcbe286e4bad3483 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 13 Feb 2000 18:30:20 +0100 Subject: [PATCH] partial: 1.3.24.jcn ========== * Added a ROADMAP file explaining the source directory layout. * Minor tweak in the feta 6 and 9 numeral * Moved files from lib/ to flower/ * Removed Note_head_side class. * Updated the webpage to be a little more chatty. * Small Local_key_engraver optimization: only lookup timing engraver once. * Fixed dashed slurs * Rewrite of Slur code. Be much more picky about slur shapes. We try to offset the slur instead of bending it too much * Look at stem directions for tie direction. * Compound multimeasure rests. Put measures_i_ variable in an element property. Made the symbol a lot wider. * Time signature small cleanups. 1.3.22.h --- {lib => flower}/binary-source-file.cc | 0 {lib => flower}/include/binary-source-file.hh | 0 {lib => flower}/include/source-file.hh | 0 {lib => flower}/include/source.hh | 0 {lib => flower}/include/string-storage.hh | 0 {lib => flower}/source-file.cc | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {lib => flower}/binary-source-file.cc (100%) rename {lib => flower}/include/binary-source-file.hh (100%) rename {lib => flower}/include/source-file.hh (100%) rename {lib => flower}/include/source.hh (100%) rename {lib => flower}/include/string-storage.hh (100%) rename {lib => flower}/source-file.cc (100%) diff --git a/lib/binary-source-file.cc b/flower/binary-source-file.cc similarity index 100% rename from lib/binary-source-file.cc rename to flower/binary-source-file.cc diff --git a/lib/include/binary-source-file.hh b/flower/include/binary-source-file.hh similarity index 100% rename from lib/include/binary-source-file.hh rename to flower/include/binary-source-file.hh diff --git a/lib/include/source-file.hh b/flower/include/source-file.hh similarity index 100% rename from lib/include/source-file.hh rename to flower/include/source-file.hh diff --git a/lib/include/source.hh b/flower/include/source.hh similarity index 100% rename from lib/include/source.hh rename to flower/include/source.hh diff --git a/lib/include/string-storage.hh b/flower/include/string-storage.hh similarity index 100% rename from lib/include/string-storage.hh rename to flower/include/string-storage.hh diff --git a/lib/source-file.cc b/flower/source-file.cc similarity index 100% rename from lib/source-file.cc rename to flower/source-file.cc -- 2.39.5