Skip to content

Commit

Permalink
fix #26371
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPudashkin committed Feb 10, 2025
1 parent 4b3e456 commit a193790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notation/internal/notationnoteinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ void NotationNoteInput::setInputNotes(const NoteValList& notes)
if (const Drumset* drumset = is.drumset()) {
const int pitch = notes.front().pitch;
is.setDrumNote(pitch);
is.setTrack(is.track() + drumset->voice(pitch));
is.setVoice(drumset->voice(pitch));
}
}

Expand Down

0 comments on commit a193790

Please sign in to comment.