]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/template/piano-dynamics.ly (pedal): Updated definition of
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 21 Jan 2004 14:31:10 +0000 (14:31 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 21 Jan 2004 14:31:10 +0000 (14:31 +0000)
Dynamics such that \cresc works, for example.

ChangeLog
input/template/piano-dynamics.ly

index 5550ee9e7eb2d1bae5bc659701a8785de5f3446a..0ba53aad922886a9a15c2c63c4ae2c6c321b57f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * input/template/piano-dynamics.ly (pedal): Updated definition of
+       Dynamics such that \cresc works, for example.
+
 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * lily/new-part-combine-iterator.cc (construct_children): create
        
        * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
 
+2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/tutorial.itely (Integrating text and music):
+       Show the commands to produce a PDF as well.
+
 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * lily/translator-def.cc (get_translator_names): accept user
index 7b648e9e89dd47ef52c35c17a3a8b3da281d07af..49592ff999bda4a2f26cf6668d65e4bcac1bb30f 100644 (file)
@@ -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)