diff options
author | Simon Albrecht <simon.albrecht@mail.de> | 2016-02-22 17:59:40 +0000 |
---|---|---|
committer | James Lowe <pkx166h@gmail.com> | 2016-02-22 17:59:48 +0000 |
commit | a8ac8a0a1d26f9555efb87a0d8328c14db48c48b (patch) | |
tree | 33dd3c5197e594e07d2657e16a47af37218dfa75 /ly | |
parent | 74689812a15505b42dca3a93536838a13c7eeb3c (diff) |
Let ChoirStaff accept Dynamics
Issue 4772
This addresses a bug report where
dynamics in a ChoirStaff implicitly
created a PianoStaff, sporting
spurious InstrumentNames.
Diffstat (limited to 'ly')
-rw-r--r-- | ly/engraver-init.ly | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 62559ca40f..4d35598887 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -147,6 +147,7 @@ \accepts "ChoirStaff" \accepts "ChordNames" \accepts "DrumStaff" + \accepts "Dynamics" \accepts "FiguredBass" \accepts "GrandStaff" \accepts "Lyrics" |