commit 6969dcde01c9b93347f01f78a444d633bc9a1b93 Author: Robin P Clark Date: Sat Jan 24 14:56:08 2026 +0000 mozart bit found on iternet diff --git a/mozart_example/Makefile b/mozart_example/Makefile new file mode 100644 index 0000000..028f8b0 --- /dev/null +++ b/mozart_example/Makefile @@ -0,0 +1,6 @@ + + + +all: + pdflatex mz.tex + evince mz.pdf || open mz.pdf diff --git a/mozart_example/mz.tex b/mozart_example/mz.tex new file mode 100644 index 0000000..ad60fc6 --- /dev/null +++ b/mozart_example/mz.tex @@ -0,0 +1,35 @@ +% https://git.scientificdatasystems.co.uk/robin/MusixTex.git + +\documentclass[a4paper]{article} + +\usepackage{musixtex} +\usepackage{hyperref} + +\begin{document} + +\href{http://www.latex-tutorial.com}{LaTeX-Tutorial}. + +Chris Lewis asked me to transcribe a piece called \href{https://www.youtube.com/watch?v=sLSPBJJ1o2s}{"La Promessa (Elena)"} - music by Luciano Pizzolante. It uses an unusual open tuning that I've never seen before: FACFCF. I'm going to guess it's in the key of F major. + +I'lll start by writing an F major scale. It has one flat, so it falls nicely on the guitar: + + + +\begin{music} +\parindent10mm +\instrumentnumber{1} % a single instrument +\setname1{Piano} % whose name is Piano +\setstaffs1{2} % with two staffs +\generalmeter{\meterfrac44} % 4/4 meter chosen +\startextract % starting real score +\Notes\ibu0f0\qb0{cge}\tbu0\qb0g|\hl j\en +\Notes\ibu0f0\qb0{cge}\tbu0\qb0g|\ql l\sk\ql n\en +\bar +\Notes\ibu0f0\qb0{dgf}|\qlp i\en +\notes\tbu0\qb0g|\ibbl1j3\qb1j\tbl1\qb1k\en +\Notes\ibu0f0\qb0{cge}\tbu0\qb0g|\hl j\en +\zendextract % terminate excerpt +\end{music} + + +\end{document}