lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Piano dynamics


From: Maurizio Tomasi
Subject: Piano dynamics
Date: Thu, 13 Jun 2002 10:32:58 +0200 (MET DST)

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

------------------------------------------------------------------
% ly2dvi piano-dynamics.ly
Running LilyPond...
 -I /home/ziotom/lilypond-1.5.59/input/template -H dedication -H title -H
subtitle -H subsubtitle -H footer -H head -H composer -H arranger -H
instrument -H opus -H piece -H metre -H meter -H poet -H texttranslator -H
unit -H language -H linewidth -H latexpackages -H latexoptions -H
latexheaders -H orientation -H pagenumber -H textheight -H papersize
/home/ziotom/lilypond-1.5.59/input/template/piano-dynamics
GNU LilyPond 1.5.58
Now processing:
`/home/ziotom/lilypond-1.5.59/input/template/piano-dynamics.ly'
Analisi...
/home/ziotom/lilypond-1.5.59/input/template/piano-dynamics.ly:34:15:
errore: parse error:
 s2\sustaindown
                s2\sustainup
error: unknown translator: `output_property_engraver'
warning: lilypond: command exited with value 256 (ignored)
warning: no lilypond output found for
/home/ziotom/lilypond-1.5.59/input/template/piano-dynamics
Running LaTeX...
------------------------------------------------------------------

This error refers to the "pedal" part, which is not what I am interested
about.  But if I remove from piano-dynamics.ly the following lines:

------------------------------------------------------------------
pedal = \notes {
 s2\sustaindown s2\sustainup
}
------------------------------------------------------------------

and consequently `\context dynamics=pedal \pedal' some line below, I get
another error message:

------------------------------------------------------------------
% ly2dvi piano-dynamics2.ly
Running LilyPond...
 -I /home/ziotom/lilypond-1.5.59/input/template -H dedication -H title -H
subtitle -H subsubtitle -H footer -H head -H composer -H arranger -H
instrument -H opus -H piece -H metre -H meter -H poet -H texttranslator -H
unit -H language -H linewidth -H latexpackages -H latexoptions -H
latexheaders -H orientation -H pagenumber -H textheight -H papersize
/home/ziotom/lilypond-1.5.59/input/template/p2
GNU LilyPond 1.5.58
Now processing: `/home/ziotom/lilypond-1.5.59/input/template/p2.ly'
Analisi...error: unknown translator: `output_property_engraver'
warning: lilypond: command exited with value 256 (ignored)
warning: no lilypond output found for
/home/ziotom/lilypond-1.5.59/input/template/p2
Running LaTeX...
------------------------------------------------------------------

Now there is an error about `output_property_engraver'.  What's wrong?

Maurizio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]