From 4947e8ec8a33b28b75ffaf798a82428dbb348cf3 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:00:22 +0000 Subject: [PATCH] lilypond-0.1.23 --- bin/clean-fonts.sh | 3 ++- input/gourlay.ly | 40 ++++++++++++++++++++++++++++++++++++++++ make/Targets.make | 5 +++-- make/debian/control | 11 +++++++---- make/lilypond.spec.in | 12 +++++++----- 5 files changed, 59 insertions(+), 12 deletions(-) diff --git a/bin/clean-fonts.sh b/bin/clean-fonts.sh index 8494ff68a5..cc1c070747 100644 --- a/bin/clean-fonts.sh +++ b/bin/clean-fonts.sh @@ -2,6 +2,7 @@ # remove possibly stale .pk/.tfm files echo> /tmp/cleaning-font -FILES=`find /var/lib/texmf/ -name 'font-en-tja*'` # -or -name 'vette-beam*'` +FILES=`find /var/lib/texmf/ -name 'font-en-tja*'` +# FILES=`find /var/lib/texmf/ -name 'font-en-tja*' -o -name 'vette-beam*' -o -name 'dyn10*'` echo removing $FILES rm $FILES /tmp/cleaning-font diff --git a/input/gourlay.ly b/input/gourlay.ly index fb8e268d01..70569448a8 100644 --- a/input/gourlay.ly +++ b/input/gourlay.ly @@ -1,3 +1,43 @@ +\header{ +enteredby jcn +copyright PD +TestedFeatures This file tests some nasty Gourlay spacings +} + +\version "0.1.6"; + +\score{ +% huh? +% \multi 2 \melodic < \octave c''; + \melodic \multi 2 < \octave c''; + { \stemup; d2 d | d d | d4 d2. | } + \octave c'; + % huh, plet broken? +% { \stemdown; g4 g g g | \plet 2/3; g2 g2 g2 \plet 1/1; | g4. g8 g2 | } + { \stemdown; g4 g g g | g2*2/3 g2*2/3 g2*2/3 | g4. g8 g2 | } + > + \paper{ + linewidth = 20.\cm; + } +} + +\score{ +% huh? +% \multi 2 \melodic < \octave c''; + \melodic \multi 2 < \octave c''; + { \stemup; d2 d | d d | d4 d2. | } + \octave c'; + % huh, plet broken? +% { \stemdown; g4 g g g | \plet 2/3; g2 g2 g2 \plet 1/1; | g4. g8 g2 | } + { \stemdown; g4 g g g | g2*2/3 g2*2/3 g2*2/3 | g4. g8 g2 | } + > + \paper{ + linewidth = 4.\cm; + \output "lelie1.tex"; + } + +} + \header{ enteredby = "jcn"; copyright = "PD"; diff --git a/make/Targets.make b/make/Targets.make index cf8390be0a..8f41109188 100644 --- a/make/Targets.make +++ b/make/Targets.make @@ -235,12 +235,13 @@ $(LIBLILY): dummy # rpm: check-rpm-doc-deps -cp $(depth)/lilypond-$(TOPLEVEL_VERSION).tar.gz $(rpm-sources) - -cp $< $(rpm-sources) +# -cp $(wildcard $(depth)/Documentation/*.xpm) $(rpm-sources) + -cp $(wildcard $(depth)/Documentation/$(outdir)/*.gif) $(rpm-sources) $(MAKE) -C $(make-dir) spec rpm -ba $(makeout)/lilypond.spec check-rpm-doc-deps: - $(MAKE) -C $(depth)/Documentation/ xpms + $(MAKE) -C $(depth)/Documentation gifs installexe: diff --git a/make/debian/control b/make/debian/control index cd13df85ed..f3c4618b2e 100644 --- a/make/debian/control +++ b/make/debian/control @@ -9,10 +9,13 @@ Architecture: any Depends: ${shlibs:Depends} Recommends: tetex-base, musixtex | musixtex-fonts Description: GNU LilyPond -- A preprocessor to make TeX typeset music. - GNU LilyPond is a program which converts a music-script (mudela) into TeX - output, or MIDI to produce multi-staff scores. Features include multiple - meters, clefs, keys, lyrics, versatile input-language, cadenzas beams, - slurs, triplets, multiple voices. +LilyPond is the GNU Project music typesetter. The program +generates visual or auditive output from a music +definition file: it can typeset formatted sheet music +to a TeX file and play (mechanical) performances to a +MIDI file. Features include multiple staffs, meters, +clefs, keys, lyrics, versatile input-language, +cadenzas, beams, slurs, triplets. . Note: LilyPond uses the fonts from MusiXTeX. Please install the package musixtex or musixtex-fonts when you install lilypond. :) diff --git a/make/lilypond.spec.in b/make/lilypond.spec.in index a984487a74..2da567e93f 100644 --- a/make/lilypond.spec.in +++ b/make/lilypond.spec.in @@ -11,11 +11,13 @@ Icon: lelie_icon.gif Buildroot: /tmp/lilypond-install %description -LilyPond is the GNU Project music typesetter. This program converts -music definition files into visual or auditive output: it can typeset -formatted sheet music to a TeX file and and (mechanical) performances -to MIDI files. Features include multiple staffs, meters, clefs, keys, -lyrics, versatile input-language, cadenzas beams, slurs, triplets. +LilyPond is the GNU Project music typesetter. The program +generates visual or auditive output from a music +definition file: it can typeset formatted sheet music +to a TeX file and play (mechanical) performances to a +MIDI file. Features include multiple staffs, meters, +clefs, keys, lyrics, versatile input-language, +cadenzas, beams, slurs, triplets. %prep %setup -- 2.39.5