User:Cypressdome/Sandbox

Contents

template usage

  • Mss (4 variables)
  • variable 1 = first 2 numbers of a four-digit year.
  • variable 2 = second 2 numbers of a four-digit year. Default value = 00.
  • variable 3 = used to set a date range. Can input 2 or 4 numbers but if the date range extends into the next century the score will only be placed in the category for the century established with variable 1.
  • variable 4 = this text will replace the "ca." found in the template's output when a value is input into variable 1.
  • NOTE: inputting no variables will result in the template placing the work page in the category of "Manuscripts from the 00s."


{{Mss}} = Manuscript, n.d.
{{Mss|17}} = Manuscript, n.d.(ca.1700).
{{Mss|17|15}} = Manuscript, n.d.(ca.1715).
{{Mss|17|15|25}} = Manuscript, n.d.(ca.1715-25).
{{Mss|17|15||before }} = Manuscript, n.d.(before 1715).


  • MssAu (3 variables)
  • variable 1 = first 2 numbers of a four-digit year.
  • variable 2 = second 2 numbers of a four-digit year. Input a value here if the date is on the manuscript as it will suppress the "n.d.(ca.)" from the template's output.
  • variable 3 = second 2 numbers of a four-digit year. Input a value here to treat the date as an estimate as it will keep the "n.d.(ca.)" in the template's output.
  • NOTE: inputting no variables will result in the template placing the work page in the category of "Composers' holographs from the 00s" and "Manuscripts from the 00s."


{{MssAu}} = Holograph manuscript, n.d.
{{MssAu|17|15}} = Holograph manuscript, 1715.
{{MssAu|17||15}} = Holograph manuscript, n.d.(ca.1715)
{{MssAu|17||00s}} = Holograph manuscript, n.d.(ca.1700s)


  • MssD (3 variables)
  • variable 1 = first 2 numbers of a four-digit year.
  • variable 2 = second 2 numbers of a four-digit year. Input a value here if the date is on the manuscript. The template will display the year.
  • variable 3 = second 2 numbers of a four-digit year. Input a value here if the date is not on the manuscript but the exact year the manuscript was written is known. The template will display the year within brackets and preceded by "n.d." If a value is input into variable 3 the template will disregard any value assigned to variable 2.
  • NOTE: the template requires values to be assigned to variable 1 and either variable 2 or 3 otherwise its output is meaningless.


{{MssD}} = Manuscript, . — meaningless output
{{MssD|17}} = Manuscript, 17. — meaningless output
{{MssD|17|15}} = Manuscript, 1715.
{{MssD|17||25}} = Manuscript, n.d.[1725].


  • MssUA (2 variable)
  • variable 1 = first 2 numbers of a four-digit year.
  • variable 2 = second 2 numbers of a four-digit year.
  • NOTE: the template requires values to be assigned either to neither variable or to both variables. Assigning a value to only one variable results in meaningless output.
  • NOTE: inputting no variables will result in the template placing the work page in the category of "Composers' holographs from the 00s" and "Manuscripts from the 00s."


{{MssUA}} = Holograph manuscript, n.d.
{{MssUA|17}} = Holograph manuscript, n.d.[17]. — meaningless output
{{MssUA|17|15}} = Holograph manuscript, n.d.[1715].

Fetis

Biographie universelle des musiciens et bibliographie générale de la musique

First Edition

Volume Publication Date Coverage Archive.org Google Books
1 1837 Aaron-Azz Boston Public Lib. (color images)
Google-Oxford (b/w)
-
2 1837 Baake-Bys Boston Public Lib. (color images)
3 1836 Cabalone-Dzo Boston Public Lib. (color images)
Google-Harvard (b/w)
4 1837 Eager-Gyr Boston Public Lib. (color images)
Google-Harvard (b/w)
5 1839 Haach-Kut Boston Public Lib. (color images)
Google-Harvard (b/w)
6 1840 Laag-Mys Boston Public Lib. (color images)
Google-Harvard (b/w)
7 1841 Nachtgall-Ryb Boston Public Lib. (color images)
Google-Lyon Public Lib. (b/w)
8 1844 Saal-Zyk Boston Public Lib. (color images)
Google-Lyon Public Lib. (b/w)

Second Edition

Volume Publication Date Coverage Archive.org Google Books
1 1866
1868
Aaron-Bohrer Google-Harvard (b/w)
Google-Harvard (b/w)
2 1861
1867
?
Boieldieu-Derossi Google-Harvard (b/w)
Google-Harvard (b/w)
Google-Harvard (b/w)
3 1862
1869
Désargus-Gibbons Google-Oxford (b/w)
Google-Harvard (b/w)
4 1862
1869
Gibbons-Kazynski Google-Oxford (b/w)
Google-Harvard (b/w)
5 1863 Kechlina-Martini Google-? (b/w)
6 1867 Martini-Pérolle Google-Univ. Virginia (b/w)
7 1864 Perotti-Scultetus Google-? (b/w)
8 1865 Sebastiani-Zyka Google-Harvard (b/w)

Later Printing

Volume Publication Date Coverage Archive.org Google Books
1 1883 Aaron-Bohrer Google-? (b/w)
2 1883 Boieldieu-Derossi Google-Stanford (b/w)
3 1883 Désargus-Gibbons Google-? (b/w)
4 1883 Gibbons-Kazynski Google-? (b/w)
5 1884 Kechlina-Martini Google-Stanford (b/w)

Supplément et Complément

Volume Publication Date Coverage Archive.org Google Books
1 1878 Abadie-Holmes Google-UC Berkeley (b/w)
Brandeis (color)
2 1880 Holmes-Zwingli Google-? (b/w)
Brandeis (color)
  • Note: Brandeis also has volumes 1-8 of the second edition first printing in color at archive.org.

LilyPond

\relative c{
    \set Staff.instrumentName = #"Violoncello"
    \set Staff.shortInstrumentName = #"Vlc."
    \clef bass
    %staffkeysig
    \key g \major 
    %barkeysig: 
    \key g \major 
    %bartimesig: 
    \time 4/4 
    \partial 4*1
    d4\upbow      d\downbow ( g) fis-. \upbow ( g-. )      | % 1
    b2.-3 \downbow  d,4\upbow       | % 2
    d\downbow ( a'-2 ) gis-1 -. ( a-1 -. )      | % 3
    c2.-4 \downbow  d,4\upbow  \bar "|." 
}