May be a very simple question for experienced users, but I'm trying to solve it for hours without success. Firstly, I'm not a musician, only a guy who needs to edit a partiture from a book page, specifically the notes circled in black shown in the file 'score.jpg' attached.
The minimum code is presented below. So, the question is, what is the code needed to produce the notes circled in black? (Note that there are many symbols there: sharp, dot and slur.)
Finally, somebody knows a MusiXTeX forum for basic questions like that? The MusiXTeX handbook is not easy to comprehend.
Code: Select all
\documentclass[9pt]{memoir}
\usepackage[paperwidth=94mm, paperheight=132mm, hmargin={10mm, 10mm}, vmargin={11mm, 10mm}]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{musixtex}
\input{musixlyr}
\begin{document}
\smallmusicsize \small
\begin{music}
\nobarnumbers
\parindent 0pt
\generalmeter{\meterfrac24} % 2/4 meter chosen
\setlyrics{text}{Nos-sa Se-nho-ra da Con-cei-%
ção_ ro-gae por nós,_ ro-gae por %
nós,_ Nos-sa Se-nho-ra da Con-cei-%
ção ro-gae por nós ro-gae_ por %
nós_ Nos-sa Se-nhor-ra%
da Con-cei-ção- ro-gae_ por%
nós_ ro-gae_ por nós%
Ro-gae por nós_ ro-gae por nós._}
\assignlyrics1{text}%
\startpiece
\NOtes \uptext{\textsl{Coro:}} \qu{c} \cup c \en
\Notes \ccu c \en
\bar
\NOtes \qu{e} \qu{e} \en
\bar
\NOtes \qu{g} \cup g \en
\Notes \ccu g\en
\endpiece % 1a. pauta
\startpiece
\notes \islurd0h\qu{h} \tslur0g\qu{g} \en
\bar
\Notes \ql{j} \clp{i} \en
\notes \ccu{h} \en
\bar
\Notes \islurd0g\qu{g} \tslur0e\qu{e} \en
\bar
\NOtes \qu{h} \cup f \en
\Notes \ccu e \en
\endpiece % 2a. pauta
\startpiece
\notes \islurd0d\qu{d} \tslur0c \qu{c} \en
\doublebar
\Notes \uptext{\textsl{Coro:}} \qu{d} \cup d \en
\notes \ccu d \en
\bar
\Notes \qu{ee} \en
\bar
\Notes \qu{^f} \en
\notes \cup f \ccu f \en
\endpiece % 3a. pauta
\startpiece
\Notes \hu g \en
\bar
\NOtes \qu{g} \cup g \en
\Notes \ccu h \en
\bar
\NOtes \qlp i \en
\notes \cu g \en
\bar
\notes \ibu0h{-1}\qb0h\tbu0\qb0g \en
\endpiece % 4a pauta
\end{music}
\end{document}