Hi Robert,

Sorry for my lazyness.

A makeshift solution is here. 
Note that this require musixltx T.61 (original version); 
not my quick hack version at last night.


\documentclass{article}
\usepackage{musixtex}
\let\mxaddspace\addspace\let\addspace\relax
\usepackage{biblatex}
\begin{document}
\begin{music}
\let\addspace\mxaddspace 
%%% restore musixtex version 
%%% only inside music environment
\parindent11mm
\setname1{Piano}
\setstaffs12
\generalmeter{\meterfrac44}
\startextract
\Notes\ibu0f0\qb0{cge}\tbu0\qb0g|\hl j\en
\Notes\ibu0f0\qb0{cge}\tbu0\qb0g|\ql l\sk\ql n\en
\bar
\Notes\ibu0f0\qb0{dgf}|\qlp i\en
\notes\tbu0\qb0g|\ibbl1j3\qb1j\tbl1\qb1k\en
\Notes\ibu0f0\qb0{cge}\tbu0\qb0g|\hl j\en
\zendextract
\end{music}
\end{document}


I have no idea for permanent solution, because I don't use LaTeX at all.


Best regards,

Hiroaki MORIMOTO <cqx05...@nifty.com>
  Tokyo, Japan



> Thanks, Hiroaki, for having a go at this. Neither solution, unfortunately, 
> seems to work, even if the file reads musixtex before biblatex.
> 
> Solution A returned the following error:
> MusiXTeX(c) 1.15 <3 April 2011>
> maxinstruments=6 max128beams=6 maxgroups=3 maxslurs=6 maxtrills=6
> maxoctlines=6)
> /Users/snarrenberg/Library/texmf/tex/musix/musixtex-texmf/tex/latex/musixltx.te
> x:25: Illegal parameter number in definition of \music.
> <to be read again> 
>                    1
> l.25   \resetlayout}{}
>                       %
> ? 
> 
> 
> Solution B also returned an error:
> 
> (/usr/local/texlive/2011/texmf-dist/tex/latex/musixtex/musixltx.tex
> MusiXLaTeX T.61 <25 September 1996>
> ...
> Error: Command \addspace already defined.
>                Or name \end... illegal, see p.192 of the manual.
> 
> See the LaTeX manual or LaTeX Companion for explanation.
> Type  H <return>  for immediate help.
>  ...                                              
>                                                   
> l.1651   \space\blx@imc@resetpunctfont}
>                                        
> ? x
> 
> On 3 Aug 2011, at 10:34 AM, Hiroaki MORIMOTO wrote:
> 
> > (solution A:)
> > Use attached musixltx.tex (not tested) instead of original 
> > version T.61 (=the one contained in T.115 archive).
> > 
> > (solution B: just a makeshift, not tested)
> > 
> > \documentclass{article}
> > \bibliographystyle{....}
> > \begin{document}
> > Foobar, foobar, foobar.
> > 
> > \begin{music}
> > \makeatletter\def\addspace#1{\kern#1\global\advance\x@skip#1}\makeatother
> > ....
> > ....
> > \end{music}
> > 
> > Foobar, foobar, foobar.
> > ....
> > 
> > 
> > \bibliography{sample.bib,....}
> > ....
> > 
> > \end{document}
> 



-------------------------------
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
http://tug.org/mailman/listinfo/tex-music

Reply via email to