I want to display an entire scale in 1 note position. I've tried with:
Code: Select all
\NOTes \rh{dfhjln}\rw {cegikmo} \wh p\enotes
Any ideas?
Thanks so much!
Code: Select all
\NOTes \rh{dfhjln}\rw {cegikmo} \wh p\enotes
Code: Select all
\documentclass{scrartcl}
\usepackage{musixtex}
\begin{document}
% all on the _same_ place, probalbly _not_ what you want
\startextract
\NOTes\zw{defghij}\wh{c}\enotes
\endextract
% as real chord:
\startextract
\NOTes\zw{egi}\rh{dfhj}\wh{c}\enotes
\endextract
% possible but not really good:
\startextract
\NOTes\zw{egi}\lh{dfhj}\wh{c}\enotes
\endextract
\end{document}
Code: Select all
\NOTes \rh{dfhjln}\rw {cegikmo} \wh p\enotes