Skip to content

How to create a new bar #141

Answered by webern
pedrojuarezrossello asked this question in Q&A
Discussion options

You must be logged in to vote

Did you forget to add your example?

The example in the readme uses this code to add a measure. You could do this multiple times to add multiple measures:

    part.measures.emplace_back( MeasureData{} );
    auto& measure = part.measures.back();

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pedrojuarezrossello
Comment options

@webern
Comment options

Answer selected by pedrojuarezrossello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants