]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.23
authorfred <fred>
Sun, 24 Mar 2002 20:00:22 +0000 (20:00 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:00:22 +0000 (20:00 +0000)
bin/clean-fonts.sh
input/gourlay.ly
make/Targets.make
make/debian/control
make/lilypond.spec.in

index 8494ff68a500891f8bbf814fcba12e596211680a..cc1c0707479fd0b1887cde2a0697c4893de6ceec 100644 (file)
@@ -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
index fb8e268d0105fbdcd9fe87519d81f5a00e3ba71e..70569448a880c69aefed81d56be68e1a048977e7 100644 (file)
@@ -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";
index cf8390be0a253606f7705aa15f3f852162e3fefa..8f411091885e8d7d3424d3bf0c85afc89f0c8080 100644 (file)
@@ -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:
index cd13df85edff35447059b41ea8640bb2093b54a4..f3c4618b2e61edc02db828806cad88e55041b810 100644 (file)
@@ -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.  :)
index a984487a74aa23eaec1ddeb201b5859db16f4861..2da567e93feb3d76fc574e44a59f93f4040c092a 100644 (file)
@@ -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