Note entry in the handbook
A common question that arises in the forums is found in this recent post: https://musescore.org/en/node/251926
The new user wonders why rests are inserted at the end of the measure when they enter notes. I think basic note entry should explain this to help new users understand what is going on. Thoughts?
Comments
Agreed, it would be good to make this particular Handbook entry as clear as possible, because so much in MuseScore hinges on one's understand of note input. The trick is to figure out how to do so without overwhelming people. But other common questiosn that would be good to head off with a really good Handbook entry for note input would be how to do multiple voices (which of course hardly anyone asks about by name), how to delete or insert notes, how to change duration of notes, etc. The information is (mostly) all there, but could probably be presented better.
In reply to Agreed, it would be good to… by Marc Sabatella
I'll work on it. Give me some time to reread these sections of the handbook and figure out a clear and concise way to explain it.
I'm sure everyone saw the update to the handbook and I hope it helps.
Jojo made a slight alteration to my additions. He changed
(inline:empty score.png)
to
(inline:empty score.png=Empty score)
(both of these are in square brackets of course)
I suspect it is to make moving the mouse over the pictures bring up a context note or whatever you want to call it. However, this does not happen on my Windows 10 system using Google Chrome.
In reply to I'm sure everyone saw the… by mike320
It should happen though, it did in the past. I made Thomas aware of that bug.
In reply to It should happen though, it… by Jojo-Schmitz
This is fixed now. Thanks again for reporting.
In reply to I'm sure everyone saw the… by mike320
Drupal has handled the inline pictures in a different way, in this forum.
Instead of using the <div> or <span> element, it uses <p> (paragraph tag) and <picture> with <source>, and calls the images differently than the <img> tag.
For this reason, the desired hover effect doesn't occur.
And that's why: inline images always comes as block elements.
In reply to I'm sure everyone saw the… by mike320
<< I'm sure everyone saw the update to the handbook >>
No, I didn't see it. Where is it?
In reply to << I'm sure everyone saw the… by frfancha
https://musescore.org/en/handbook-basics/note-input
More specifically the mention and example image "As you enter notes in a measure, the measure rests are changed to appropriate rests to fill the remainder of the measure."
In reply to https://musescore.org/en… by jeetee
Thanks