I have an unexpected behavior. When I latex my tex file
Code: Select all
latex.exe test.tex
Code: Select all
dvipdfm -p a4 test.dvi
I'm expecting lyrics in the first extract and no lyrics in the second. I have lyrics in first as I want, but in the extract just underneath the first one I see the question marks.
CODE:
Code: Select all
\documentclass[a4paper,12pt]{article}
\usepackage[T1]{polski}
\usepackage[cp1250]{inputenc}
\usepackage{pslatex}
\usepackage{graphicx}
\usepackage{framed}
\usepackage{musixtex}
\usepackage[top=1cm,left=2cm,right=2cm,bottom=1cm]{geometry}
\include{musixlyr}
\begin{document}
\begin{music}
\setlength\parindent{0pt}
\generalsignature{2}
% use smallest available size:
\smallmusicsize
\renewcommand*\writebarno{\textit{\the\barno}}
\systemnumbers
\setlyrics{text}{%
Ra-dosť krás-na isk-ra bo-hov E-ly-zej-ská dcé-ra ty, o-má-me-ní
}
\assignlyrics1{text}
\startextract
\NOtes\qu{ffgh}\enotes
\barre
\NOTes\qu{hgfe}\enotes
\barre
\NOtes\qu{ddef}\enotes
\barre
\NOTes\qup f\cu e\hu e\enotes
\barre
\NOtes\qu{ffgh}\enotes
\endextract
\end{music}
\begin{music}
\setlength\parindent{0pt}
\generalsignature{2}
% use smallest available size:
\smallmusicsize
\renewcommand*\writebarno{\textit{\the\barno}}
\systemnumbers
%\setlyrics{text}{
% Ra-dosť krás-na isk-ra bo-hov E-ly-zej-ská dcé-ra ty, o-má-me-ní
% }
%\assignlyrics1{text}
\startextract
\NOtes\qu{ffgh}\enotes
\barre
\NOTes\qu{hgfe}\enotes
\barre
\NOtes\qu{ddef}\enotes
\barre
\NOTes\qup f\cu e\hu e\enotes
\barre
\NOtes\qu{ffgh}\enotes
\endextract
\end{music}
\end{document}
What I've forgotten about?