From: David Kastrup Date: Thu, 27 Aug 2015 13:29:07 +0000 (+0200) Subject: Accept Dynamics in Score context X-Git-Tag: release/2.19.27-1~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a113d6e906bbcd84044a2ae54f9ac05f6df51ca4;p=lilypond.git Accept Dynamics in Score context That avoids the gratuitous creation of an intermediate PianoStaff context when Dynamics are created at top level. --- diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 2ea76ac646..1842de28a2 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -571,6 +571,7 @@ automatically when an output definition (a @code{\\score} or \accepts "ChordNames" \accepts "Devnull" \accepts "DrumStaff" + \accepts "Dynamics" \accepts "FiguredBass" \accepts "FretBoards" \accepts "GrandStaff" diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 0c4a03af59..cccfc1d697 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -238,6 +238,7 @@ \accepts ChordNames \accepts Devnull \accepts DrumStaff + \accepts Dynamics \accepts FiguredBass \accepts GrandStaff \accepts GregorianTranscriptionStaff