Skip to content

Dynamics not shown #33

@dliessi

Description

@dliessi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions