How do you slowly fade out the end of song? Tried using p, pp, ppp but didn't work
I want to fade out the end of a song slowly. I tried highlighting the staffs and set p , hightlight the next consecutive set and set pp and so on but it didn't really work. My midi file does fade out at the end but i want that to also work in a mscz format. also does musicxml support that?
Thanks
Comments
from the palette, it should work. Attach the score, if you want, and provide some more details: http://musescore.org/en/handbook/how-ask-support-or-file-reports
___________
alternatives:
http://musescore.org/en/node/24504
or a plugin (Reset Note Velocities / Growing or Decreasing Velocities notes):
http://musescore.org/en/plugins
In reply to Drag the dynamics by Shoichi
Here's the mscz file. The last 8 measures of the bass at the end should start to fade out in increment.
In reply to Here's the mscz file. The by wildpig
All elements similar> notes property on auto (it was user);
Apply the dynamics...
Refine ;-)
In reply to Select a note; by Shoichi
Nice.:) Thanks. Now it sounds like it should..
There is a pretty cool trick to fading out a song, if you want to take the time to edit the uncompressed MSCX file. If anyone is interested, please post here. This is a very old thread.
In reply to There is a pretty cool trick… by dsacker
No need for tricks as of MuseScore 3.1
In reply to No need for tricks as of… by Jojo-Schmitz
Right you are. The "n" option on dynamics.
Also have a script that decrements them for the last x measures desired. It simply adds the below the subtag of the tag, and divides the current velocity by the # of remaining measuress
(Had to substitute brackets for the lt/gt signs.)
It's a wee bit faster than a lot of pointing and clicking, then changing the text.
In reply to Right you are. The "n"… by dsacker
Easy with those angle brackets:
using <xml>...</xml>
In reply to Right you are. The "n"… by dsacker
All you have to do is change the velocity change for the start of the diminuendo or morendo to match the velocity for the last dynamic and it will fade to 1, which you cannot hear unless you have your volume up VERY high.
In reply to All you have to do is change… by mike320
Very good. Thanks.
I had already put the scripted xml in this ...
https://musescore.com/user/5919111/scores/5626746/s/6QdMv-
... but will try what looks like a much easier approach.
(The hypen "-" is being edited out of the link. May have to copy and paste.)