-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
In the following example, \p is shown only in bar 2.
Is this expected?
\version "2.20.0"
\include "oll-core/package.ily"
\loadPackage edition-engraver
\consistToContexts #edition-engraver Dynamics
\editionMod A 1 2/4 dd.Dynamics \p
\editionMod A 2 2/4 dd.Dynamics \p
\addEdition A
\score {
<<
\new Staff {
a1
<<
{ a1 }
{ s2 s2 }
>>
}
\new Dynamics \with {
\editionID dd
} {
s1*2
}
>>
}
Metadata
Metadata
Assignees
Labels
No labels