mozart bit found on iternet

This commit is contained in:
Robin P Clark 2026-01-24 14:56:08 +00:00
commit 6969dcde01
2 changed files with 41 additions and 0 deletions

6
mozart_example/Makefile Normal file
View File

@ -0,0 +1,6 @@
all:
pdflatex mz.tex
evince mz.pdf || open mz.pdf

35
mozart_example/mz.tex Normal file
View File

@ -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}