File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,6 @@ using namespace mu::engraving;
4848
4949static const mu::engraving::Fraction DEFAULT_TICK = mu::engraving::Fraction(0 , 1 );
5050
51- static String formatInstrumentTitleOnScore (const String& instrumentName, const Trait& trait)
52- {
53- // Comments for translators start with //:
54-
55- if (trait.type == TraitType::Transposition && !trait.isHiddenOnScore ) {
56- // : %1=name ("Horn"), %2=transposition ("C alto"). Example: "Horn in C alto"
57- return muse::qtrc (" notation" , " %1 in %2" , " Transposing instrument displayed in the score" )
58- .arg (instrumentName, trait.name );
59- }
60-
61- return instrumentName; // Example: "Flute"
62- }
63-
6451NotationParts::NotationParts (IGetScore* getScore, INotationInteractionPtr interaction, INotationUndoStackPtr undoStack)
6552 : m_getScore(getScore), m_undoStack(undoStack), m_interaction(interaction)
6653{
You can’t perform that action at this time.
0 commit comments