"Ped. *" has the line set to visible in 3.0 in advanced workspace , was invisible in 2.x
Reported version
3.0
Priority
P1 - High
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
Yes
Project
Add a "Ped. *" line, and check Inspector: it shows the line to be set as "Line visible" in 3.0, but didn't in 2.x
And indeed on export to PDF the line does show.
It does not anymore once that "Line visible" gets unticked, (but apparently still shows on musescore.com, see #279510: Invisible pedal marks visible on musescore.com
Fix version
3.0.3
Comments
Code:
So that looks like it should, wonder why it doesn't work?
Ah! It is correctly setup (and working) in the master palette, but apparently not in the advanced workspace. Should be a pretty easy fix then, just changing
advanced.xml from
to
(and I wonder what that
<track>0</track>
is about? Also where is the continueText? )see https://github.com/musescore/MuseScore/pull/4637
Strangely adding continueText doesn't help, it seems to get ignored. But that is the same for the advanced workspace and the master palette, so got to be a different issue
Fixed in branch master, commit 1253c6342d
_fix #283405: "Ped. *" has line visible in advanced workspace
but not in master palette. Also for both "Ped." lines continueText is
set in master palette but missing in the palette._
Fixed in branch master, commit dfae89a63a
_Merge pull request #4637 from Jojo-Schmitz/pedal
fix #283405: "Ped. *" has line visible in advanced workspace_
Automatically closed -- issue fixed for 2 weeks with no activity.