Text Formatting ⇒ Musixgui Example
Musixgui Example
Just found MusixTex. Would like to use the Guitar tab feature.
Does anyone know where I can find an example?
Thanks
PT
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Musixgui Example
Got a simple music file to work. It has spacing issues. Can not seem
to get the horizontal spacing correct. Anyone have suggestions?
Code: Select all
\documentclass{article}
\usepackage{musixtex}
\normalmusicsize
\pagestyle{empty}
\begin{document}
\begin{music}
\instrumentnumber{1} % a single instrument
\setstaffs1{1} % with two staffs
\generalmeter{\meterfrac44} \nobarnumbers
\startpiece
\NOtes\qa{fd}\hl{d}\enotes
\bar
\NOtes\cfl{e}\qa{ec}\hl{c}\enotes
\bar
\NOtes\cfl{b}\qa{bcd}\cfl{e}\qa{e}\enotes
\bar
\Notes\qa{ff}\hl{f}\enotes
\bar
\Notes\qa{fd}\hl{d}\enotes
\bar
\Notes\cfl{e}\qa{ec}\hl{c}\enotes
\bar
\NOtes\cfl{b}\qa{bdff}\enotes
\bar
\NOTEs\wh{d}\enotes
\bar
\NOtes\qa{cccc}\enotes
\bar
\NOtes\qa{cd}\fl{e}\hl{e}\enotes
\bar
\NOtes\qa{dddd}\enotes
\bar
\NOtes\qa{d}\fl{e}\qa{e}\hl{f}\enotes
\bar
\Notes\qa{fd}\hl{d}\enotes
\bar
\Notes\fl{e}\qa{ec}\hl{c}\enotes
\bar
\NOtes\fl{b}\qa{bdff}\enotes
\bar
\NOTEs\fl{b}\zw{b}\enotes
\endpiece
\end{music}
\end{document}
Musixgui Example
Code: Select all
xelatex jobname
musixflx jobname.mx1
xelatex jobname
Please delete all the temporary files before inputting the commands.
Ref: MusiXTEX-Using TEX to write polyphonic or instrumental music Version 1.38, March 29, 2024, https://ftp.kddilabs.jp/CTAN/macros/gen ... sixdoc.pdf