Skip to content

Extra measure doesn't display #65

@retorquere

Description

@retorquere

When I add an extra measure, it doesn't show up in musescore:

image
import pydrumscore as pds

# Enter relevant metadata
metadata = pds.Metadata(
  workTitle = "BasicBeat"
)

# Measures of the song; fill this!
measures = []

# Add a measure
measures += pds.Measure(
  bd = [1,  3,  1,  3],
  sd = [2,  4,  2,  4],
  hh = pds.note_range(1, pds.end(), 1/2)  # Hi-hat from 1 to measure end, each lasting half a beat
)
measures += pds.Measure(
  bd = [1,  3,  1,  3 ],
  sd = [2,  4,  2,  4],
  hh = pds.note_range(1, pds.end(), 1/2)  # Hi-hat from 1 to measure end, each lasting half a beat
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions