Skip to content
Snippets Groups Projects
Commit 2df91441 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Add TI/II, BI/II to the names

parent ec207af3
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,11 @@ AShortInstrumentName = \markup\null
TShortInstrumentName = \markup\null
BShortInstrumentName = \markup\null
SSoloShortInstrumentName = \markup\null
ASoloShortInstrumentName = \markup\null
TSoloShortInstrumentName = \markup\null
BSoloShortInstrumentName = \markup\null
OIInstrumentName = \markup\null
OIIInstrumentName = \markup\null
......
......@@ -47,7 +47,11 @@ CbClef = \VcBClef
SClef = \clef "treble"
AClef = \clef "treble"
TClef = \clef "treble_8"
TIClef = \TClef
TIIClef = \TClef
BClef = \clef "bass"
BIClef = \BClef
BIIClef = \BClef
SingstimmeClef = \clef "treble"
SSoloClef = \SClef
ASoloClef = \AClef
......@@ -107,7 +111,11 @@ SingstimmeInstrumentName = "Singstimme"
SInstrumentName = "Soprano"
AInstrumentName = "Alto"
TInstrumentName = "Tenore"
TIInstrumentName = "Tenore I"
TIIInstrumentName = "Tenore II"
BInstrumentName = "Basso"
BIInstrumentName = "Basso I"
BIIInstrumentName = "Basso II"
SSoloInstrumentName = "Soprano Solo"
TSoloInstrumentName = "Tenore Solo"
BSoloInstrumentName = "Basso Solo"
......@@ -174,7 +182,11 @@ SShortInstrumentName = "S."
% SShortInstrumentName = ##f
AShortInstrumentName = "A."
TShortInstrumentName = "T."
TShortInstrumentName = "T.1"
TShortInstrumentName = "T.2"
BShortInstrumentName = "B."
BShortInstrumentName = "B.1"
BShortInstrumentName = "B.2"
SSoloShortInstrumentName = "S.Solo"
ASoloShortInstrumentName = "A.Solo"
TSoloShortInstrumentName = "T.Solo"
......@@ -229,7 +241,11 @@ cueCh = "Coro"
cueS = "S."
cueA = "A."
cueT = "T."
cueT = "T.1"
cueT = "T.2"
cueB = "B."
cueB = "B.1"
cueB = "B.2"
cueO = "Org."
cueBC = "B.C."
......@@ -266,7 +282,11 @@ ChNumber = "10"
SNumber = "11"
ANumber = "12"
TNumber = "13"
TINumber = "13a"
TIINumber = "13b"
BNumber = "14"
BINumber = "14a"
BIINumber = "14b"
SingstimmeNumber = "15"
SoloChoralScoreNumber = "15a"
SoloScoreNumber = "15"
......@@ -387,7 +407,11 @@ BMidiInstrument = "voice oohs"
SMidiInstrument = "synth voice"
AMidiInstrument = "choir aahs"
TMidiInstrument = "voice oohs"
TMidiInstrument = \TMidiInstrument
TMidiInstrument = \TMidiInstrument
BMidiInstrument = "synth voice"
BMidiInstrument = \BMidiInstrument
BMidiInstrument = \BMidiInstrument
SSoloMidiInstrument = "synth voice"
TSoloMidiInstrument = "synth voice"
BSoloMidiInstrument = "synth voice"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment