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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p