diff --git a/Makefile b/Makefile
index f5ab3b8382ce839a649c99fa994d907ee1da1a0a..6deb69335111d891de1c6f77e515cfc3577ecbfc 100644
--- a/Makefile
+++ b/Makefile
@@ -15,10 +15,12 @@ all: $(OUT) $(instruments) $(scores) tex
 instruments: $(instruments)
 scores: $(scores)
 
-clean: 
+clean:
 	rm -rf $(OUT)
 
-$(OUT) : 
+lily: $(pdfs) $(additionalscores)
+
+$(OUT) :
 	mkdir -p $(OUT)
 
 $(instruments): % : $(OUT)/$(base)_Instrument_%.pdf $(SRCS)
@@ -34,4 +36,16 @@ tex: latex
 latex: $(texpdfs)
 
 $(OUT)/TeX_%.pdf : TeX_%.tex
-	TEXINPUTS=$(OUT): latex --output-directory=$(OUT)/ $<
+	TEXINPUTS=$(OUT):orchestrallily/:.//: pdflatex -interaction=batchmode --output-directory=$(OUT)/ $<
+
+zipdir = $(base)_Final
+dist: $(distfiles)
+	mkdir -p $(zipdir)
+	cp -r $(distfiles) $(zipdir)
+	rename 's/TeX_//' $(zipdir)/*
+	rename 's/Score_(Full|Long)\./Score./' $(zipdir)/*
+	zip -jr $(base).zip $(zipdir)
+	rm -rf $(zipdir)
+
+webshop: $(distfiles)
+	python ../../Diverses/Webshop/EditionKainhofer_CSVI_Generate.py "0002 - Schubert - Stabat Mater D383.def" $(distfiles)
diff --git a/Schubert_StabatMater_D383_Instrument_A.ly b/Schubert_StabatMater_D383_Instrument_A.ly
index 8b370dcde158a4a386beb8bbf320af0b69a73463..df59f1ede34741f09b678edd957fa5015c071473 100644
--- a/Schubert_StabatMater_D383_Instrument_A.ly
+++ b/Schubert_StabatMater_D383_Instrument_A.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \AInstrumentName
-  scorenumber = \markup{\scoreNumber \ANumber}
+  instrumentnr = \ANumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_B.ly b/Schubert_StabatMater_D383_Instrument_B.ly
index fdde1f6e02dd10793e97f0a8ecb1cbf3075bcee1..7a8f2921a9ea59cf642df6252ea72c486236db6a 100644
--- a/Schubert_StabatMater_D383_Instrument_B.ly
+++ b/Schubert_StabatMater_D383_Instrument_B.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \BInstrumentName
-  scorenumber = \markup{\scoreNumber \BNumber}
+  instrumentnr = \BNumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_BSolo.ly b/Schubert_StabatMater_D383_Instrument_BSolo.ly
index 68fa8d7e0a150d19dcc251f3f1acc0d5a1d5191d..e7a8b432466e949f09573bd906ccb7289848936d 100644
--- a/Schubert_StabatMater_D383_Instrument_BSolo.ly
+++ b/Schubert_StabatMater_D383_Instrument_BSolo.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \BSoloInstrumentName
-  scorenumber = \markup{\scoreNumber \BSoloNumber}
+  instrumentnr = \BSoloNumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_CFag.ly b/Schubert_StabatMater_D383_Instrument_CFag.ly
index 4b7a0d8c894b345c4800563c5a74f749071a73f7..ffefbaf2af21145c9181c17b07a21020b2c0fcef 100644
--- a/Schubert_StabatMater_D383_Instrument_CFag.ly
+++ b/Schubert_StabatMater_D383_Instrument_CFag.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \CFagInstrumentName
-  scorenumber = \markup{\scoreNumber \CFagNumber}
+  instrumentnr = \CFagNumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_CorI.ly b/Schubert_StabatMater_D383_Instrument_CorI.ly
index bf9480a5a516a8aa1cda106d40308bb1e214bd86..8a94bc7de469af7123a58bcf77a013313f2490d0 100644
--- a/Schubert_StabatMater_D383_Instrument_CorI.ly
+++ b/Schubert_StabatMater_D383_Instrument_CorI.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \CorIInstrumentName
-  scorenumber = \markup{\scoreNumber \CorINumber}
+  instrumentnr = \CorINumber
 }
 % we need the instrument name, because corni are transposing instruments and 
 % the instrument name contains the base pitch!
diff --git a/Schubert_StabatMater_D383_Instrument_CorII.ly b/Schubert_StabatMater_D383_Instrument_CorII.ly
index afe51a32b3d8e957268333a6730e254aa3c16974..b4f8229d92309346c3efd1fd5ce3a0e4172f82ce 100644
--- a/Schubert_StabatMater_D383_Instrument_CorII.ly
+++ b/Schubert_StabatMater_D383_Instrument_CorII.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \CorIIInstrumentName
-  scorenumber = \markup{\scoreNumber \CorIINumber}
+  instrumentnr = \CorIINumber
 }
 % we need the instrument name, because corni are transposing instruments and 
 % the instrument name contains the base pitch!
diff --git a/Schubert_StabatMater_D383_Instrument_FagI.ly b/Schubert_StabatMater_D383_Instrument_FagI.ly
index 76f63266ffcdc9a2d864351a03fe3fd7ad9aa3d2..2838bda5aefe2b3680ea1269037bf49d5445448c 100644
--- a/Schubert_StabatMater_D383_Instrument_FagI.ly
+++ b/Schubert_StabatMater_D383_Instrument_FagI.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \FagIInstrumentName
-  scorenumber = \markup{\scoreNumber \FagINumber}
+  instrumentnr = \FagINumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_FagII.ly b/Schubert_StabatMater_D383_Instrument_FagII.ly
index 87b0e7ba3e30a01671a8a68197726dafc4e3328e..0ca19a368f8ee5d1cc9c828f70fc3a7a7bd54ea6 100644
--- a/Schubert_StabatMater_D383_Instrument_FagII.ly
+++ b/Schubert_StabatMater_D383_Instrument_FagII.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \FagIIInstrumentName
-  scorenumber = \markup{\scoreNumber \FagIINumber}
+  instrumentnr = \FagIINumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_FlI.ly b/Schubert_StabatMater_D383_Instrument_FlI.ly
index f0c54a4613e4369095f6f4b862fe77ec66d96cdb..3df54dd05fae47b5c284383b562b9525c1593cb8 100644
--- a/Schubert_StabatMater_D383_Instrument_FlI.ly
+++ b/Schubert_StabatMater_D383_Instrument_FlI.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \FlIInstrumentName
-  scorenumber = \markup{\scoreNumber \FlINumber}
+  instrumentnr = \FlINumber
 }
 \paper { 
   ragged-last-bottom = ##f
diff --git a/Schubert_StabatMater_D383_Instrument_FlII.ly b/Schubert_StabatMater_D383_Instrument_FlII.ly
index b833c355977309ece7ba7b28516db15394b60cab..a76a280c8ceeb2e414c037e25ca009c723c08259 100644
--- a/Schubert_StabatMater_D383_Instrument_FlII.ly
+++ b/Schubert_StabatMater_D383_Instrument_FlII.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \FlIIInstrumentName
-  scorenumber = \markup{\scoreNumber \FlIINumber}
+  instrumentnr = \FlIINumber
 }
 \paper {
   ragged-last-bottom = ##f
diff --git a/Schubert_StabatMater_D383_Instrument_ObI.ly b/Schubert_StabatMater_D383_Instrument_ObI.ly
index 0cef78a4664ac531b1a2bf38151bd1714a00a28e..38b2e4dcfbb97ad54e1c12b38f17b091042fb69e 100644
--- a/Schubert_StabatMater_D383_Instrument_ObI.ly
+++ b/Schubert_StabatMater_D383_Instrument_ObI.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \ObIInstrumentName
-  scorenumber = \markup{\scoreNumber \ObINumber}
+  instrumentnr = \ObINumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_ObII.ly b/Schubert_StabatMater_D383_Instrument_ObII.ly
index 6df13b0abf445b6bb02d3315b5ea86e44d836fc4..c10b6d95980a947708136b89e503226a83eea930 100644
--- a/Schubert_StabatMater_D383_Instrument_ObII.ly
+++ b/Schubert_StabatMater_D383_Instrument_ObII.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \ObIIInstrumentName
-  scorenumber = \markup{\scoreNumber \ObIINumber}
+  instrumentnr = \ObIINumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_S.ly b/Schubert_StabatMater_D383_Instrument_S.ly
index f94fed8f16e24752b0486d619f0640cd0e51ffd1..d810ff9e3c084a9b652764f8f38c2e54e909b916 100644
--- a/Schubert_StabatMater_D383_Instrument_S.ly
+++ b/Schubert_StabatMater_D383_Instrument_S.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \SInstrumentName
-  scorenumber = \markup{\scoreNumber \SNumber}
+  instrumentnr = \SNumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_SSolo.ly b/Schubert_StabatMater_D383_Instrument_SSolo.ly
index e344670d7cd09fb3d84f6cbef30447fddda01bdc..d0af845f78c021c2c55453a180824d55b56f4e81 100644
--- a/Schubert_StabatMater_D383_Instrument_SSolo.ly
+++ b/Schubert_StabatMater_D383_Instrument_SSolo.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \SSoloInstrumentName
-  scorenumber = \markup{\scoreNumber \SSoloNumber}
+  instrumentnr = \SSoloNumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_T.ly b/Schubert_StabatMater_D383_Instrument_T.ly
index 9e49ba7e8fa64dbe8a59e074373ee3b9222e7194..ba0e11aba2dee3078d57650532a332536b1aea32 100644
--- a/Schubert_StabatMater_D383_Instrument_T.ly
+++ b/Schubert_StabatMater_D383_Instrument_T.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \TInstrumentName
-  scorenumber = \markup{\scoreNumber \TNumber}
+  instrumentnr = \TNumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_TSolo.ly b/Schubert_StabatMater_D383_Instrument_TSolo.ly
index 142e792e4486cd59ca8fbf2ddd370679d534d249..9962e1aa361fbf2b65aef0084a07ad6e4f5fe094 100644
--- a/Schubert_StabatMater_D383_Instrument_TSolo.ly
+++ b/Schubert_StabatMater_D383_Instrument_TSolo.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \TSoloInstrumentName
-  scorenumber = \markup{\scoreNumber \TSoloNumber}
+  instrumentnr = \TSoloNumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_TrbI.ly b/Schubert_StabatMater_D383_Instrument_TrbI.ly
index 08066570925fe6fb96905a98c4bdb52621a8dec3..965bacfc1b63b88511aa1d8a29636bc96b0ad74d 100644
--- a/Schubert_StabatMater_D383_Instrument_TrbI.ly
+++ b/Schubert_StabatMater_D383_Instrument_TrbI.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \TrbIInstrumentName
-  scorenumber = \markup{\scoreNumber \TrbINumber}
+  instrumentnr = \TrbINumber
 }
 
 \markup\commentsInstrMarkupShort
diff --git a/Schubert_StabatMater_D383_Instrument_TrbII.ly b/Schubert_StabatMater_D383_Instrument_TrbII.ly
index 978f7a761b3d354c89f16e68f1812fb7b39d8625..bf9e769ca090754261e8baa6ee94c9b322bf77e4 100644
--- a/Schubert_StabatMater_D383_Instrument_TrbII.ly
+++ b/Schubert_StabatMater_D383_Instrument_TrbII.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \TrbIIInstrumentName
-  scorenumber = \markup{\scoreNumber \TrbIINumber}
+  instrumentnr = \TrbIINumber
 }
 
 \markup\commentsInstrMarkupShort
diff --git a/Schubert_StabatMater_D383_Instrument_TrbIII.ly b/Schubert_StabatMater_D383_Instrument_TrbIII.ly
index 638990997544dc8a8f3a1800c8b5ab87f0a0f5e5..d6d8598461f2d98b6cc366635347de704468aef1 100644
--- a/Schubert_StabatMater_D383_Instrument_TrbIII.ly
+++ b/Schubert_StabatMater_D383_Instrument_TrbIII.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \TrbIIIInstrumentName
-  scorenumber = \markup{\scoreNumber \TrbIIINumber}
+  instrumentnr = \TrbIIINumber
 }
 
 \markup\commentsInstrMarkupShort
diff --git a/Schubert_StabatMater_D383_Instrument_TrbI_AltoClef.ly b/Schubert_StabatMater_D383_Instrument_TrbI_AltoClef.ly
index db0946e0f117eebe2fb1c6dd1ef28cb7ca5ec8cf..ebfe1237acac1efb087028dd9052a405524219c5 100644
--- a/Schubert_StabatMater_D383_Instrument_TrbI_AltoClef.ly
+++ b/Schubert_StabatMater_D383_Instrument_TrbI_AltoClef.ly
@@ -4,7 +4,7 @@
 
 \header {
   instrument = \TrbIInstrumentName
-  scorenumber = \markup{\scoreNumber \TrbINumber}
+  instrumentnr = \TrbINumber
 }
 
 \markup\commentsInstrMarkupShort
diff --git a/Schubert_StabatMater_D383_Instrument_VI.ly b/Schubert_StabatMater_D383_Instrument_VI.ly
index 5b172dc80a9bc8c146704975c14fff8dc38a0bae..52d217b3347ffad45d4ca751a7f0ff1613dbbe09 100644
--- a/Schubert_StabatMater_D383_Instrument_VI.ly
+++ b/Schubert_StabatMater_D383_Instrument_VI.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \VIInstrumentName
-  scorenumber = \markup{\scoreNumber \VINumber}
+  instrumentnr = \VINumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_VII.ly b/Schubert_StabatMater_D383_Instrument_VII.ly
index 14db55f5fdd14aedc8f743b4860962c13e8c197d..d505b3b0abae45fb0e9802ae8bc05c25f0686fdf 100644
--- a/Schubert_StabatMater_D383_Instrument_VII.ly
+++ b/Schubert_StabatMater_D383_Instrument_VII.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \VIIInstrumentName
-  scorenumber = \markup{\scoreNumber \VIINumber}
+  instrumentnr = \VIINumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_Va.ly b/Schubert_StabatMater_D383_Instrument_Va.ly
index 334d0739de1fcf225fa827c04988be719736039f..77e4c10a44de9320a20f4171032ccbdf731bc01b 100644
--- a/Schubert_StabatMater_D383_Instrument_Va.ly
+++ b/Schubert_StabatMater_D383_Instrument_Va.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \VaInstrumentName
-  scorenumber = \markup{\scoreNumber \VaNumber}
+  instrumentnr = \VaNumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Instrument_VcB.ly b/Schubert_StabatMater_D383_Instrument_VcB.ly
index 2bb5d7fd12bad9f3ef73792781aff4868e582129..33c8f6d9295945018a668d643e1b710ecddb0180 100644
--- a/Schubert_StabatMater_D383_Instrument_VcB.ly
+++ b/Schubert_StabatMater_D383_Instrument_VcB.ly
@@ -3,7 +3,7 @@
 
 \header {
   instrument = \VcBInstrumentName
-  scorenumber = \markup{\scoreNumber \VcBNumber}
+  instrumentnr = \VcBNumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Score_Choral.ly b/Schubert_StabatMater_D383_Score_Choral.ly
index 272fe53a77be4607d063e7ccaa7cfa86bdf31ebc..1fb63f936306a93f9eebbc15c597abc88055db98 100644
--- a/Schubert_StabatMater_D383_Score_Choral.ly
+++ b/Schubert_StabatMater_D383_Score_Choral.ly
@@ -5,7 +5,7 @@
 
 \header {
   scoretype = \ChoralScoreTitle
-  scorenumber = \markup{\scoreNumber \ChoralScoreNumber}
+  instrumentnr = \ChoralScoreNumber
 }
 % This breaks with "Nr.5", where we define the staff manually!
 % SShortInstrumentName = ""
diff --git a/Schubert_StabatMater_D383_Score_Full.ly b/Schubert_StabatMater_D383_Score_Full.ly
index 4c4a6128e3251a344635d2f2b70f373e05a107fd..db9a9687bba7901db683eca30972f812406917b4 100644
--- a/Schubert_StabatMater_D383_Score_Full.ly
+++ b/Schubert_StabatMater_D383_Score_Full.ly
@@ -1,11 +1,12 @@
 \version "2.13.4"
 \include "Schubert_StabatMater_D383_Settings_FullScore.ily"
-\setCreateMIDI ##t
+\setCreateMIDI ##f
 \setCreatePDF ##t
+% #(set-global-staff-size 16)
 
 \header {
   scoretype = \FullScoreTitle
-  scorenumber = \markup{\scoreNumber \FullScoreNumber}
+  instrumentnr = \FullScoreNumber
 }
 
 \markup \commentsInstrMarkup
diff --git a/Schubert_StabatMater_D383_Score_Long.ly b/Schubert_StabatMater_D383_Score_Long.ly
index b93c67c35f5fec0a6162b672cd3654764761655b..b4630b879c77aa455207da0aee5ee324ca3db52b 100644
--- a/Schubert_StabatMater_D383_Score_Long.ly
+++ b/Schubert_StabatMater_D383_Score_Long.ly
@@ -6,10 +6,10 @@
 
 \header {
   scoretype = \LongScoreTitle
-  scorenumber = \markup{\scoreNumber \LongScoreNumber}
+  instrumentnr = \LongScoreNumber
 }
 
-\markup \commentsInstrMarkup
+% \markup \commentsInstrMarkup
 \createNoCuesScore #"IChor" #'("LongScore")
 \createNoCuesScore #"IIArie" #'("LongScore")
 \createNoCuesScore #"IIIChor" #'("LongScore")
diff --git a/Schubert_StabatMater_D383_Score_Original.ly b/Schubert_StabatMater_D383_Score_Original.ly
index 8d59acfc3a3813f7427f02c5221b6cd960433ab7..82cb7617fc6b2fd66ee062b7d70abe6c56fe1162 100644
--- a/Schubert_StabatMater_D383_Score_Original.ly
+++ b/Schubert_StabatMater_D383_Score_Original.ly
@@ -5,7 +5,7 @@
 
 \header {
   scoretype = \OriginalScoreTitle
-  scorenumber = \markup{\scoreNumber \OriginalScoreNumber}
+  instrumentnr = \OriginalScoreNumber
 }
 
 \createScore #"IChor" #'("OriginalScore")
diff --git a/Schubert_StabatMater_D383_Score_SoloChoral.ly b/Schubert_StabatMater_D383_Score_SoloChoral.ly
index fe474455b2333cf5e222bc6000f4d268940b26c1..e6ebb750c13ebe65d075081b8d9397de5e397725 100644
--- a/Schubert_StabatMater_D383_Score_SoloChoral.ly
+++ b/Schubert_StabatMater_D383_Score_SoloChoral.ly
@@ -5,7 +5,7 @@
 
 \header {
   scoretype = \SoloChoralScoreTitle
-  scorenumber = \markup{\scoreNumber \SoloChoralScoreNumber}
+  instrumentnr = \SoloChoralScoreNumber
 }
 
 % Don't remove empty staves, except in "Nr.10 Terzett" in SSolo and BSolo 
diff --git a/Schubert_StabatMater_D383_Score_Vocal.ly b/Schubert_StabatMater_D383_Score_Vocal.ly
index 6bdb381c0332224a331ec564ce2b49bfd8f883c7..22881fd84bd99e3e559a8ca954eb375d9182bd28 100644
--- a/Schubert_StabatMater_D383_Score_Vocal.ly
+++ b/Schubert_StabatMater_D383_Score_Vocal.ly
@@ -5,7 +5,7 @@
 
 \header {
   scoretype = \VocalScoreTitle
-  scorenumber = \markup{\scoreNumber \VocalScoreNumber}
+  instrumentnr = \VocalScoreNumber
 }
 
 \createScore #"IChor" #'("VocalScore")
diff --git a/Schubert_StabatMater_D383_Settings_FullScore.ily b/Schubert_StabatMater_D383_Settings_FullScore.ily
index c65d494dd4917393629d376f3eda17e084bdd6a5..e632b5132b754612d39615c8f0e689768e953ce4 100644
--- a/Schubert_StabatMater_D383_Settings_FullScore.ily
+++ b/Schubert_StabatMater_D383_Settings_FullScore.ily
@@ -1,2 +1,4 @@
 \include "orchestrallily/oly_settings_fullscore.ily"
 \include "Schubert_StabatMater_D383_Settings.ily"
+#(set-global-staff-size 15)
+
diff --git a/Schubert_StabatMater_D383_Settings_Global.ily b/Schubert_StabatMater_D383_Settings_Global.ily
index 8d43af31456510909f099352e3cad7d637c8bf8f..a1f068366dc99c25e07516175125ae670bc0fdea 100644
--- a/Schubert_StabatMater_D383_Settings_Global.ily
+++ b/Schubert_StabatMater_D383_Settings_Global.ily
@@ -1,21 +1,17 @@
 \version "2.13.4"
 
-\include "orchestrallily/orchestrallily.ily"
-\include "orchestrallily/oly_settings_names.ily"
-
-scorenumber="EK-0002"
-
-\header { 
+\header {
   title = "Stabat Mater, D 383"
   subtitle = "\"Jesus Christus schwebt am Kreuze\", D 383"
   composer = "Franz Schubert (1797-1828)"
+  shortcomposer = "F. Schubert"
   poet = "Friedrich G. Klopstock (1724-1803)"
   enteredby = "Reinhold Kainhofer"
   lastupdated = "September 2009"
   copyright = \markup \abs-fontsize #9 \column{
-      \line { "2009, Edition Kainhofer, Vienna. Alle Rechte vorbehalten / All rights reserved / Printed in Austria."} 
-%       \line {"Die Ausgabe darf kopiert und ohne Einschränkungen aufgeführt werden. / May be copied and performed without restriction."}
+    \line { "© 2010, " \concat{\with-url #"http://www.edition-kainhofer.com/" {"Edition Kainhofer, Vienna"},} \concat{\fromproperty #'header:scorenumber .} "Alle Rechte vorbehalten / All rights reserved / Printed in Austria."}
   }
+  scorenumberbase="EK-0002"
 }
 
 #(oly:modify_score_structure '("Trb" "GrandStaff" ("TrbA" "TrbIII")))
@@ -42,7 +38,7 @@ scorenumber="EK-0002"
 %   ("CorLong" "GrandStaff" ("CorI" "CorII"))
 %   ("TrLong" "GrandStaff" ("TrI" "TrII" "TrIII"))
 %   ("BrLong" "StaffGroup" ("CorLong" "TrLong"))
-% ; Strings, they are the same in long and short full score  
+% ; Strings, they are the same in long and short full score
 %   ("V" "GrandStaff" ("VI" "VII"))
 %   ("Str" "StaffGroup" ("V" "Va"))
 %   ("VceB" "StaffGroup" ("VcB"))
@@ -64,9 +60,9 @@ Für die Versetzungszeichen wurde der \"modern\"-Stil von Lilypond benutzt, wobe
 
 Schubert schreibt Akzente und Decresceni sehr ähnlich, wobei Akzente auch als Decrescendi zu verstehen sind und nicht als kurzer Akzent auszuführen sind. Längere Akzente/Decrescendi, die sich auf mehrere Noten beziehen, werden in dieser Ausgabe auch als Decrescendi notiert, kurze Decrescendi über eine einzige Note jedoch als Akzent."
 
-commentsInstrMarkup = \markup { \fill-line { 
+commentsInstrMarkup = \markup { \fill-line {
 \justify-string #"Schubert notiert Akzente und Decrescendi meist sehr ähnlich, sie haben für ihn auch ähnliche Bedeutung: Betonung mit nachfolgendem (langsamen oder manchmal auch schnellem) Decrescendo, welches auch über mehrere Noten gehen kann. Warnakzidentien werden in dieser Ausgabe nur im folgenden Takt (und in Klammern) angegeben." } }
-commentsInstrMarkupShort = \markup { \fill-line { 
+commentsInstrMarkupShort = \markup { \fill-line {
 \justify-string #"Bemerkung: Akzent = Betonung mit langsamen Decrescendo (evt. über mehrere Noten)." } }
 
 
@@ -79,12 +75,13 @@ CorIIKey = \CorKey
 
 
 %%% Clef definitions, either old-style (using the Breitkopf style) or new style
-TrClef = \newOrOldClef #"tenor" #"alto"
-TrIClef = \TrClef
-TrIIClef = \TrClef
-SClef = \newOrOldClef #"treble" #"soprano"
-AClef = \newOrOldClef #"treble" #"alto"
-TClef = \newOrOldClef #"treble_8" #"tenor"
+TrbClef = \clef #"alto/tenor" #"alto"
+TrbAClef = \TrbClef
+TrbIClef = \TrbClef
+TrbIIClef = \TrbClef
+SClef = \clef "soprano/treble"
+AClef = \clef "alto/treble"
+TClef = \clef "tenor/treble_8"
 SSoloClef = \SClef
 TSoloClef = \TClef
 
diff --git a/TeX_Schubert_StabatMater_D383_Score_Choral.tex b/TeX_Schubert_StabatMater_D383_Score_Choral.tex
index 2be10aa511ccb7d18a770063f6061a09c93b81ca..a924247e5457435af8e9243d5fe38af494f9b960 100644
--- a/TeX_Schubert_StabatMater_D383_Score_Choral.tex
+++ b/TeX_Schubert_StabatMater_D383_Score_Choral.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage[choralscore]{editionkainhofer}
 \input{TeX_Schubert_StabatMater_D383_Settings.itex}
 
 \hypersetup{
@@ -8,7 +8,6 @@
 
 \scoretype{\ChoralScoreType}
 \scorenumber{\scoreNumber\ChoralScoreNumber}
-\ChoralScoreSettings
 
 \begin{document}
 \input{TeX_Schubert_StabatMater_D383_Include_Coverpage.itex}
diff --git a/TeX_Schubert_StabatMater_D383_Score_Full.tex b/TeX_Schubert_StabatMater_D383_Score_Full.tex
index 1b4ec2148194c93b6ac58e13cde5c27dfcabf308..03509e49a5e5ba0988360b0c3d0fdf551f1d3745 100644
--- a/TeX_Schubert_StabatMater_D383_Score_Full.tex
+++ b/TeX_Schubert_StabatMater_D383_Score_Full.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage[fullscore]{editionkainhofer}
 \input{TeX_Schubert_StabatMater_D383_Settings.itex}
 
 \hypersetup{
@@ -8,7 +8,6 @@
 
 \scoretype{\FullScoreType}
 \scorenumber{\scoreNumber\FullScoreNumber}
-\FullScoreSettings
 
 \begin{document}
 \input{TeX_Schubert_StabatMater_D383_Include_Coverpage.itex}
diff --git a/TeX_Schubert_StabatMater_D383_Score_Instruments.tex b/TeX_Schubert_StabatMater_D383_Score_Instruments.tex
index 789d09a2b777390d25f00cd6d7c75cf07949566d..e1ba61193a100e0b460ac359ddcdab8b9a230231 100644
--- a/TeX_Schubert_StabatMater_D383_Score_Instruments.tex
+++ b/TeX_Schubert_StabatMater_D383_Score_Instruments.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage[instrumentalparts]{editionkainhofer}
 \input{TeX_Schubert_StabatMater_D383_Settings.itex}
 
 \hypersetup{
@@ -8,7 +8,6 @@
 
 \scoretype{\InstrumentalPartsType}
 \scorenumber{\scoreNumber\InstrumentalPartsNumber}
-\InstrumentalPartsSettings
 
 \begin{document}
 \input{TeX_Schubert_StabatMater_D383_Include_Coverpage.itex}
diff --git a/TeX_Schubert_StabatMater_D383_Score_Long.tex b/TeX_Schubert_StabatMater_D383_Score_Long.tex
index 0cd0f76b924cc2fc9d638f94557df086bbddabd2..c1b3b87f26605b84660f151e793c191492ece444 100644
--- a/TeX_Schubert_StabatMater_D383_Score_Long.tex
+++ b/TeX_Schubert_StabatMater_D383_Score_Long.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage[fullscore]{editionkainhofer}
 \input{TeX_Schubert_StabatMater_D383_Settings.itex}
 
 \hypersetup{
@@ -8,7 +8,6 @@
 
 \scoretype{\LongScoreType}
 \scorenumber{\scoreNumber\LongScoreNumber}
-\LongScoreSettings
 
 \begin{document}
 \input{TeX_Schubert_StabatMater_D383_Include_Coverpage.itex}
diff --git a/TeX_Schubert_StabatMater_D383_Score_Original.tex b/TeX_Schubert_StabatMater_D383_Score_Original.tex
index 58741ab84afe38566fec3ed01d70463f562c9fc6..30bddd245404e961cb19dfba249abd780aa13ee2 100644
--- a/TeX_Schubert_StabatMater_D383_Score_Original.tex
+++ b/TeX_Schubert_StabatMater_D383_Score_Original.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage[fullscore]{editionkainhofer}
 \input{TeX_Schubert_StabatMater_D383_Settings.itex}
 
 \hypersetup{
@@ -8,7 +8,6 @@
 
 \scoretype{\OriginalScoreType}
 \scorenumber{\scoreNumber\OriginalScoreNumber}
-\OriginalScoreSettings
 
 \begin{document}
 \input{TeX_Schubert_StabatMater_D383_Include_Coverpage.itex}
diff --git a/TeX_Schubert_StabatMater_D383_Score_SoloChoral.tex b/TeX_Schubert_StabatMater_D383_Score_SoloChoral.tex
index ee5e22c3769fedf777ef24a0a29671f0c4c58a9e..ffeaffa0f10b16cba099c653df5163976a701449 100644
--- a/TeX_Schubert_StabatMater_D383_Score_SoloChoral.tex
+++ b/TeX_Schubert_StabatMater_D383_Score_SoloChoral.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage[choralscore]{editionkainhofer}
 \input{TeX_Schubert_StabatMater_D383_Settings.itex}
 
 \hypersetup{
@@ -8,7 +8,6 @@
 
 \scoretype{\SoloChoralScoreType}
 \scorenumber{\scoreNumber\SoloChoralScoreNumber}
-\SoloChoralScoreSettings
 
 \begin{document}
 \input{TeX_Schubert_StabatMater_D383_Include_Coverpage.itex}
diff --git a/TeX_Schubert_StabatMater_D383_Score_Vocal.tex b/TeX_Schubert_StabatMater_D383_Score_Vocal.tex
index 09c7bfc340c8aac7a96cab94c8c942525341107e..db7d00fed4436267f9defb82764a7cd4332eac6c 100644
--- a/TeX_Schubert_StabatMater_D383_Score_Vocal.tex
+++ b/TeX_Schubert_StabatMater_D383_Score_Vocal.tex
@@ -1,5 +1,5 @@
 \documentclass[a4paper,10pt,naustrian,twoside]{report}
-\usepackage{orchestrallily/editionkainhofer}
+\usepackage[vocalscore]{editionkainhofer}
 \input{TeX_Schubert_StabatMater_D383_Settings.itex}
 
 \hypersetup{
@@ -8,7 +8,6 @@
 
 \scoretype{\VocalScoreType}
 \scorenumber{\scoreNumber\VocalScoreNumber}
-\VocalScoreSettings
 
 \begin{document}
 \input{TeX_Schubert_StabatMater_D383_Include_Coverpage.itex}
diff --git a/Vorwort_Lilypond_Alt/Schubert_StabatMater_D383_00b_Material.ly b/Vorwort_Lilypond_Alt/Schubert_StabatMater_D383_00b_Material.ly
index 283457ea46e787c8b0d01942d85ed8fc29bf0f4e..ae88da46e79d5a86784f31721df7d2c9c0620665 100644
--- a/Vorwort_Lilypond_Alt/Schubert_StabatMater_D383_00b_Material.ly
+++ b/Vorwort_Lilypond_Alt/Schubert_StabatMater_D383_00b_Material.ly
@@ -23,7 +23,7 @@
       Violino I \concat{(\scoreNumber \VINumber), }
       Violino II \concat{(\scoreNumber \VIINumber),} 
       Viola \concat{(\scoreNumber \VaNumber),}
-      Violoncello / Contrabbasso \concat{(\scoreNumber \VcBNumber), }
+      Violoncello / Contrabasso \concat{(\scoreNumber \VcBNumber), }
       Flauto I \concat{(\scoreNumber \FlINumber),}
       Flauto II \concat{(\scoreNumber \FlIINumber),}
       Oboe I \concat{(\scoreNumber \ObINumber),}
diff --git a/patches/TeX_Schubert_StabatMater_D383_Settings.itex.patch b/patches/TeX_Schubert_StabatMater_D383_Settings.itex.patch
index 370e873233564b8c25e151979bd0bceb5c2e33f9..881a0fbd4191790cec6175d4c0feb94d787159a4 100644
--- a/patches/TeX_Schubert_StabatMater_D383_Settings.itex.patch
+++ b/patches/TeX_Schubert_StabatMater_D383_Settings.itex.patch
@@ -19,7 +19,7 @@
 +\description{Coro (SATB), Soli (STB) ed Orchestra}
 +\instrumentation{2 Flauti, 2 Oboi, 2 Fagotti, Contrafagotto,\\
 +3 Tromboni, 2 Corni,\\
-+2 Violini, Viola, Violoncello ed Contrabbasso}
++2 Violini, Viola, Violoncello ed Contrabasso}
  \editor{Reinhold Kainhofer}
  \publisher{Edition Kainhofer, Vienna}
  \year{2009}