Skip to content

\genericFrame doesn't seem to work in Drum Staff #9

Description

@pedro-psb

Hello!
I was testing the package and it seems the Border tool doesn't work with drummode.
This is the code I tried:

\version "2.19.82"

\include "oll-core/package.ily"
\loadPackage \with {
  modules = frames
}
analysis

% Works in Normal Staff
\score {
  \new Staff{
    \relative c' {
      \genericFrame {
        c8 e g c g e e4
      }
    }
  }
}

% Does not work in Drum Staff
\score {
  \new DrumStaff{
    \drummode {
      \genericFrame {
        sn16 8 toml16~ 16 16 8  
        sn 8 8 toml8 8
      }
    }
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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