From 2df914419a4398b37c905977f3fbb7fb14d40f0b Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Thu, 20 Oct 2011 18:19:07 +0200 Subject: [PATCH] Add TI/II, BI/II to the names --- oly_settings_choralscore.ily | 5 +++++ oly_settings_names.ily | 24 ++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/oly_settings_choralscore.ily b/oly_settings_choralscore.ily index 08d17f7..e44b37b 100644 --- a/oly_settings_choralscore.ily +++ b/oly_settings_choralscore.ily @@ -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 diff --git a/oly_settings_names.ily b/oly_settings_names.ily index 2a9e59a..960c36c 100644 --- a/oly_settings_names.ily +++ b/oly_settings_names.ily @@ -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" -- 2.11.4.GIT