# 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
+\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";
#
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:
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. :)
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