]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add Dynamics context to performer-init.ly
authorPatrick McCarty <pnorcks@gmail.com>
Tue, 18 Aug 2009 20:36:38 +0000 (13:36 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Tue, 18 Aug 2009 20:48:05 +0000 (13:48 -0700)
ly/performer-init.ly

index 3803396b2075b07e814fdb07448b865d24e4b81d..70550a78c067588d2e2c4b52e86f91bf781ceaa0 100644 (file)
@@ -68,6 +68,7 @@
     \name GrandStaff
     \accepts RhythmicStaff
     \accepts Staff
+    \accepts Dynamics
     \defaultchild Staff
 }
 
 
 \context { \Staff \name RhythmicStaff }
 
-
+\context {
+  \type "Performer_group"
+  \name Dynamics
+  \consists "Piano_pedal_performer"
+}