follow up fix for Barbershop-Women template, #5770

This commit is contained in:
Joachim Schmitz 2020-03-07 12:42:06 +01:00
parent 15fa882f7d
commit a5e264dcb5
3 changed files with 10 additions and 4 deletions

View file

@ -11,7 +11,8 @@ QT_TRANSLATE_NOOP("Templates", "SATB Closed Score"),
QT_TRANSLATE_NOOP("Templates", "SATB Closed Score + Organ"),
QT_TRANSLATE_NOOP("Templates", "SATB Closed Score + Piano"),
QT_TRANSLATE_NOOP("Templates", "Voice + Piano"),
QT_TRANSLATE_NOOP("Templates", "Barbershop Quartet"),
QT_TRANSLATE_NOOP("Templates", "Barbershop Quartet (Men)"),
QT_TRANSLATE_NOOP("Templates", "Barbershop Quartet (Women)"),
QT_TRANSLATE_NOOP("Templates", "Liturgical Unmetrical"),
QT_TRANSLATE_NOOP("Templates", "Liturgical Unmetrical + Organ"),
QT_TRANSLATE_NOOP("Templates", "Chamber Music"),

View file

@ -17,6 +17,10 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#=============================================================================
# adding or renaming templates here should also better be done in convert.json,
# but definitely need to get reflected in ../instruments/instrumentsxml.h,
# like by running ../instruments/generateTs.py
install(FILES
drumset_fr.drm
orchestral.drm

View file

@ -10,9 +10,10 @@
{ "in": "02-Choral/05-SATB_Closed_Score_+_Organ.mscx", "out": "02-Choral/05-SATB_Closed_Score_+_Organ.mscz"},
{ "in": "02-Choral/06-SATB_Closed_Score_+_Piano.mscx", "out": "02-Choral/06-SATB_Closed_Score_+_Piano.mscz"},
{ "in": "02-Choral/07-Voice_+_Piano.mscx", "out": "02-Choral/07-Voice_+_Piano.mscz"},
{ "in": "02-Choral/08-Barbershop_Quartet.mscx", "out": "02-Choral/08-Barbershop_Quartet.mscz"},
{ "in": "02-Choral/09-Liturgical_Unmetrical.mscx", "out": "02-Choral/09-Liturgical_Unmetrical.mscz"},
{ "in": "02-Choral/10-Liturgical_Unmetrical_+_Organ.mscx", "out": "02-Choral/10-Liturgical_Unmetrical_+_Organ.mscz"},
{ "in": "02-Choral/08-Barbershop_Quartet_(Men).mscx", "out": "02-Choral/08-Barbershop_Quartet_(Men).mscz"},
{ "in": "02-Choral/09-Barbershop_Quartet_(Women).mscx", "out": "02-Choral/09-Barbershop_Quartet_(Women).mscz"},
{ "in": "02-Choral/10-Liturgical_Unmetrical.mscx", "out": "02-Choral/10-Liturgical_Unmetrical.mscz"},
{ "in": "02-Choral/11-Liturgical_Unmetrical_+_Organ.mscx", "out": "02-Choral/11-Liturgical_Unmetrical_+_Organ.mscz"},
{ "in": "03-Chamber_Music/01-String_Quartet.mscx", "out": "03-Chamber_Music/01-String_Quartet.mscz"},
{ "in": "03-Chamber_Music/02-Wind_Quartet.mscx", "out": "03-Chamber_Music/02-Wind_Quartet.mscz"},
{ "in": "03-Chamber_Music/03-Wind_Quintet.mscx", "out": "03-Chamber_Music/03-Wind_Quintet.mscz"},