I am doing some work in LaTeX and I am using package musixtex but I don't know how to write some commands. This is model of notes that I need to transfer into LaTeX.
but there is five problems that I need to solve.
- For the "align" of notes I need same length.
- The number at the beginning of notes in red circle.
- The underscore behind the text in green circle.
- The symbol at the end of notes.
- In the yellow rectangle I don't know how can I put "bar" symbol between two notes.
for now I have this:
I found some solution but it doesn´t work so I hope that somebody could help me with this.
begin{music} \generalsignature{2} \def\nbinstruments{1} \debutextrait \def\writebarno{\llap{\tenbf\the\barno\barnoadd}}% \def\raisebarno{2\internote}% \def\shiftbarno{1.3\Interligne}% \NOtes\zsong{Ra - }\qu f\enotes \NOtes\zsong{dosť}\qu f\enotes \NOtes\zsong{krás - }\qu g\enotes \NOtes\zsong{na }\qu h\enotes \barre \NOTes\zsong{is - }\qu h\enotes \NOTes\zsong{kra }\qu g\enotes \NOTes\zsong{bo - }\qu f\enotes \NOTes\zsong{hov }\qu e\enotes \barre \NOtes\zsong{E - }\qu d\enotes \NOtes\zsong{ly - }\qu d\enotes \NOtes\zsong{zej - }\qu e\enotes \NOtes\zsong{ská }\qu f\enotes \barre \NOTes\zsong{dcé - }\qu f\enotes \NOTes\zsong{ra }\cu e\enotes \NOTes\zsong{ty, }\hu e\enotes \barre \NOtes\zsong{o - }\qu f\enotes \NOtes\zsong{má - }\qu f\enotes \NOtes\zsong{me - }\qu g\enotes \NOtes\zsong{ní }\qu h\enotes \finextrait . \debutextrait . . .
Thank you.