From 78354a4320cbb19233c25b9f4cf39eb700ab320d Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:18:38 +0000 Subject: [PATCH] lilypond-1.3.154 --- CHANGES | 21 +++++++++++++++++++++ input/trip.ly | 5 ++++- input/twinkle.ly | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 970fe5495f..712cfb3ae9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,24 @@ +1.3.153.hwn1 +============ + +* More brace bugfixes. + +* Revert: simplified TFM and PK logic in ly_init_kpath (). Find feta +fonts in datadir (eg /usr/share/) again, rely on environment in the +other tools. + +* Add .pk font caching for ly2dvi. pk files resulting from running +dvips are stored in outdir. + +1.3.153.jcn2 +============ + +* Cleaned-up braces font selection code. + +* PO updates. + +* petite-ouverture-a-danser.ly bugfix, twinkle.ly bugfix + 1.3.153 ======= diff --git a/input/trip.ly b/input/trip.ly index ec69cb2771..11a30811d3 100644 --- a/input/trip.ly +++ b/input/trip.ly @@ -1,6 +1,9 @@ \header { - title = "Trip" + title = "Trip test" + subtitle = "Make life very difficult for lilypond" copyright = "public domain" + + footer ="This file tests as much features of lily as possible." } diff --git a/input/twinkle.ly b/input/twinkle.ly index 24f8e47a5f..d801410f40 100644 --- a/input/twinkle.ly +++ b/input/twinkle.ly @@ -25,7 +25,7 @@ Tested Features: lyrics, interleaving lyrics and staffs, repeats, melody = \notes \relative c'' { \clef violin - \property Staff.instrument = "alto sax" + \property Staff.midiInstrument = "alto sax" c4 c | g' g | a a | g g | f f | e e | d d8.( e16 | )c2 | -- 2.39.5