I try to compile my score (prepared with MusiXTeX package) by following the three-pass system as described here (pt. 1.3). Accordingly, I run etex on my .tex file, then I run musixflx on the .mx1 file created in the previous step and then I run etex again. The problem is, it yields no result (I mean the pdf output remains unchanged). I think that it may have something to do with the fact that the .mx2 file produced by executing the second pass (running musixflx) seems to be empty. I use TeXStudio editor and TeXLive distribution.
Here's my MWE:
\documentclass[a4paper,12pt]{article}
\usepackage{musixtex,etex}
\begin{document}
\begin{music}
\nobarnumbers
\setstaffs1{2}
\setclef1\bass
\generalsignature{-1}
\startextract
\notesp
{\zql{`f}}\qu{`h} {\zql{f}}\qu{h} {\zql{f}}\qu{h} {\zw f}\isluru0i\hu{i*} \tslur0{'c}\hu{c*} \qu{`f*} \caesura
\wh{f**} {\lql f}\qu{g} {\zql f}\qu{h} {\zhl f}\hu{i*} {\zwh f}\wh{i**}
|
\qu{fff} {\lw f}\ibsluru0g\hu{g*} \tslur0h\hu{h*} \qu{f*} \caesura
\wh{f**} {\lql f}\qu{g} {\zql f}\qu{h} {\zhl f}\hu{i*} {\zwh f}\wh{i**}
\en\bar
\notesp
{\zwqq{c}}\wqq{`f****} {\zhu{i}}\hl{c*} {\zw{h}}\wh{f**}
|
{\zwqq{f}}\wqq{h****} {\zhl{e}}\hu{g*} {\zw{d}}\wh{f**}
\en
\Endpiece
\zendextract
\end{music}
\end{document}

\documentclassand the other packages? – Sebastiano Aug 23 '18 at 07:56mx1file contains just two lines: first line83, second line* 0 0. Runningmusixflxwith thedflag, I get the message “Corrupted apflx.mx1” (apflxis the file name I used for your example). – egreg Aug 23 '18 at 09:15pdflatex document.tex... – Paul Gaborit Aug 23 '18 at 10:00