> I tried to compile input/template/piano-dynamics.ly with lilypond
> 1.5.59, and the result was:
> ...

It turns out, there were many problems with this example file
it seems that to have been destroyed by mistake in some previous
release. The attached patch should hopefully solve the problems.

  /Mats

Generated by (address unknown),
>From = lilypond-1.5.60.mb1, To = lilypond-1.5.60.mb2

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.5.60.mb1-1.5.60.mb2.diff

Patches do not contain automatically generated files 
or (urg) empty directories, 
i.e., you should rerun autoconf, configure

diff -purN ../lilypond-1.5.60.mb1/ChangeLog ./ChangeLog
--- ../lilypond-1.5.60.mb1/ChangeLog    Wed Jun 12 18:18:50 2002
+++ ./ChangeLog Thu Jun 13 11:14:36 2002
@@ -1,3 +1,7 @@
+2002-06-13  Mats Bengtsson  <[EMAIL PROTECTED]>
+
+       * input/template/piano-dynamics.ly: Fixed lots of errors
+
 2002-06-12  Mats Bengtsson  <[EMAIL PROTECTED]>
 
        * scm/grob-description.scm: Add side-position-interface to TextSpanner
diff -purN ../lilypond-1.5.60.mb1/VERSION ./VERSION
--- ../lilypond-1.5.60.mb1/VERSION      Sat Jun  8 23:29:45 2002
+++ ./VERSION   Thu Jun 13 11:14:43 2002
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=5
 PATCH_LEVEL=60
-MY_PATCH_LEVEL=mb1
+MY_PATCH_LEVEL=mb2
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff -purN ../lilypond-1.5.60.mb1/input/template/piano-dynamics.ly 
./input/template/piano-dynamics.ly
--- ../lilypond-1.5.60.mb1/input/template/piano-dynamics.ly     Mon May 13 12:19:43 
2002
+++ ./input/template/piano-dynamics.ly  Thu Jun 13 11:33:35 2002
@@ -2,16 +2,16 @@
 
 \header {
   dedication = "dedication"
-  title = "title"
-  subtitle = "subtitle"
-  subsubtitle = "subsubtitle"
-  composer = "composer (xxxx-yyyy)"
-  opus = "opus 0"
-  piece = "piece i"
-  instrument = "instrument"
-  arranger = "arranger"
-  poet = "poet"
-  texttranslator = "translator"
+  title = "Title"
+  subtitle = "Subtitle"
+  subsubtitle = "Subsubtitle"
+  composer = "Composer (xxxx-yyyy)"
+  opus = "Opus 0"
+  piece = "Piece I"
+  instrument = "Instrument"
+  arranger = "Arranger"
+  poet = "Poet"
+  texttranslator = "Translator"
   copyright = "public domain"
   enteredby = "jcn"
   source =  "urtext"
@@ -31,26 +31,24 @@ dynamics = \notes {
 }
 
 pedal = \notes {
- s2\sustaindown s2\sustainup
+ s2\sustainDown s2\sustainUp
 }
 
 \score {
-  \context pianostaff <
-    \context staff=upper \upper
-    \context dynamics=dynamics \dynamics
-    \context staff=lower <
+  \context PianoStaff <
+    \context Staff=upper \upper
+    \context Dynamics=dynamics \dynamics
+    \context Staff=lower <
       \clef bass
       \lower
     >
-    \context dynamics=pedal \pedal
+    \context Dynamics=pedal \pedal
   >
   \paper {
     \translator {
-      \type "engraver_group_engraver"
-      \name dynamics
-      \consists "output_property_engraver"
-      Generic_property_list = #generic-voice-properties
-      \consists "Property_engraver"
+      \type "Engraver_group_engraver"
+      \name Dynamics
+      \consists "Output_property_engraver"
       MinimumVerticalExtent = #'(-1 . 1)
 
       pedalSustainStrings = #'("Ped." "*Ped." "*")
@@ -80,7 +78,6 @@ pedal = \notes {
     \translator {
       \type "Performer_group_performer"
       \name Dynamics
-      Generic_property_list = #generic-voice-properties
 
       \consists "Piano_pedal_performer"
       \consists "Span_dynamic_performer"

Reply via email to