From 4f3cebe1c088880a11f637b90a0f4c6886797bfc Mon Sep 17 00:00:00 2001 From: matsb Date: Wed, 21 Jan 2004 14:31:10 +0000 Subject: [PATCH] * input/template/piano-dynamics.ly (pedal): Updated definition of Dynamics such that \cresc works, for example. --- ChangeLog | 10 ++++++++++ input/template/piano-dynamics.ly | 1 + 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5550ee9e7e..0ba53aad92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-21 Mats Bengtsson + + * input/template/piano-dynamics.ly (pedal): Updated definition of + Dynamics such that \cresc works, for example. + 2004-01-21 Han-Wen Nienhuys * lily/new-part-combine-iterator.cc (construct_children): create @@ -455,6 +460,11 @@ * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. +2004-01-09 Mats Bengtsson + + * Documentation/user/tutorial.itely (Integrating text and music): + Show the commands to produce a PDF as well. + 2004-01-08 Han-Wen Nienhuys * lily/translator-def.cc (get_translator_names): accept user diff --git a/input/template/piano-dynamics.ly b/input/template/piano-dynamics.ly index 7b648e9e89..49592ff999 100644 --- a/input/template/piano-dynamics.ly +++ b/input/template/piano-dynamics.ly @@ -37,6 +37,7 @@ pedal = \notes { \translator { \type "Engraver_group_engraver" \name Dynamics + \alias Voice % So that \cresc works, for example. \consists "Output_property_engraver" minimumVerticalExtent = #'(-1 . 1) -- 2.39.5