From: Patrick McCarty Date: Tue, 18 Aug 2009 20:36:38 +0000 (-0700) Subject: Add Dynamics context to performer-init.ly X-Git-Tag: release/2.13.4-1~180^2~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dad1063b57d2f025125f38d6f0601d2be4cccd02;p=lilypond.git Add Dynamics context to performer-init.ly --- diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 3803396b20..70550a78c0 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -68,6 +68,7 @@ \name GrandStaff \accepts RhythmicStaff \accepts Staff + \accepts Dynamics \defaultchild Staff } @@ -197,4 +198,8 @@ \context { \Staff \name RhythmicStaff } - +\context { + \type "Performer_group" + \name Dynamics + \consists "Piano_pedal_performer" +}