From 35d776fdb75f4e90954b402a883b1fce72de8239 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Mon, 16 May 2011 17:39:19 +0000 Subject: the *.mf files aren't installed any more --- muse2/muse/midiedit/scoreedit.cpp | 2 ++ muse2/share/scoreglyphs/CMakeLists.txt | 5 +--- .../share/scoreglyphs/feta-original/CMakeLists.txt | 27 ---------------------- 3 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 muse2/share/scoreglyphs/feta-original/CMakeLists.txt (limited to 'muse2') diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp index 67325b75..29cf32e4 100644 --- a/muse2/muse/midiedit/scoreedit.cpp +++ b/muse2/muse/midiedit/scoreedit.cpp @@ -4163,6 +4163,8 @@ void staff_t::apply_lasso(QRect rect, set& already_processed) * o maybe do expanding parts inside the msgChangeEvent or * msgNewEvent functions (see my e-mail) * + * o make quantize and other stuff faster (by assymetric communication) + * * GUI stuff * o velocity/release-velo for already existing notes * - do this by right-click -> some dialog shows up? diff --git a/muse2/share/scoreglyphs/CMakeLists.txt b/muse2/share/scoreglyphs/CMakeLists.txt index 16617660..fe520892 100644 --- a/muse2/share/scoreglyphs/CMakeLists.txt +++ b/muse2/share/scoreglyphs/CMakeLists.txt @@ -18,10 +18,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #============================================================================= -file (GLOB scoreglyph_files *.png LICENSE) - -subdirs( feta-original - ) +file (GLOB scoreglyph_files *.png) install( FILES ${scoreglyph_files} DESTINATION ${MusE_SHARE_DIR}/scoreglyphs diff --git a/muse2/share/scoreglyphs/feta-original/CMakeLists.txt b/muse2/share/scoreglyphs/feta-original/CMakeLists.txt deleted file mode 100644 index 04e44107..00000000 --- a/muse2/share/scoreglyphs/feta-original/CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -#============================================================================= -# MusE -# Linux Music Editor -# $Id:$ -# -# Copyright (C) 2002-2006 by Werner Schweer and others -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -#============================================================================= - -file (GLOB fetaorig_files COPYING-lilypond GNUmakefile README *.pe.in *.mf *.mp) - - -install( FILES ${fetaorig_files} - DESTINATION ${MusE_SHARE_DIR}/scoreglyphs/feta-original - ) - -- cgit v1.2.3