Your message dated Tue, 29 Jun 2010 21:09:32 +0200
with message-id <[email protected]>
and subject line Re: Bug#359946: #359946: musixtex: Fails to run with "I can't 
find file `bcr8'" error
has caused the Debian Bug report #359946,
regarding musixtex: Fails to run with "I can't find file `bcr8'" error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
359946: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=359946
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: musixtex
Version: 1:0.112.1-3
Severity: grave
Justification: renders package unusable

Hi,

I wanted to add some music into a booklet I was typesetting. Prior to
adding music, LaTeX was happy.

I added the following snippet:
\begin{music}
\instrumentnumber{1}
\setstaffs{1}{2}
\setclef{1}{\bass}
\setclef{2}{\treble}
\generalsignature{2}
\startextract
\NOtes \zd 'D & \zu 'F | \zd d & \zu 'a \enotes
\NOtes \zd 'D & \zu 'F | \zd d & \zu 'a \enotes\bar
\endextract
\end{music}

and when I run latex now, I get:

matt...@ming:~/personal/wedding$ latex order.tex
This is e-TeX, Version 3.14159-2.1 (Web2C 7.4.5)
entering extended mode
(./order.tex
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, basque, czech, icelandic, slovak, slovene, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size11.clo))
(/usr/share/texmf/tex/latex/misc/geometry.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/config/geometry.cfg))
(/usr/share/texmf/tex/latex/psnfss/charter.sty)
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
(/usr/share/texmf/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf/tex/musixtex/base/musixtex.sty
(/usr/share/texmf/tex/musixtex/base/musixtex.tex
MusiXTeX(c) T.112 <3 Jan. 2003>
(/usr/share/texmf/tex/latex/psnfss/ot1bch.fd)kpathsea: Running mktextfm bcr8
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; inpu
t bcr8
This is METAFONT, Version 2.7182 (Web2C 7.4.5)

kpathsea: Running mktexmf bcr8
! I can't find file `bcr8'.
<*> \mode:=ljfour; mag:=1; nonstopmode; input bcr8
                                                  
Please type another input file name
! Emergency stop.
<*> \mode:=ljfour; mag:=1; nonstopmode; input bcr8
                                                  
Transcript written on mfput.log.
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input bcr8'
 failed.
kpathsea: Appending font creation commands to missfont.log.

! Font \eightrm=bcr8 not loadable: Metric (TFM) file not found.
<to be read again> 
                   \font 
l.368   \font
             \eightbf=\fontid bx8
? 

I think that counts as pretty unusable. I have AFAIK a perfectly
normal LaTeX installation. 

Regards,

Matthew

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.25
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages musixtex depends on:
ii  libc6                     2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  perl                      5.8.4-8sarge3  Larry Wall's Practical Extraction 
ii  tetex-base                2.0.2c-8       Basic library files of teTeX
ii  tetex-bin                 2.0.2-30sarge4 The teTeX binary files

-- no debconf information


--- End Message ---
--- Begin Message ---
Hi Matthew,

thanks for your input. Now I understand - musixtex speaks a completely
different language than the one you proposed. ;-) e.g.

* There is nothing like 'D - musixtex has its own note names like
a,b,c,d,e,f,g,h,i,j,k,l,m,n, etc.
* It has some issues with spaces when you embed it inside latex
documents (don't ask me why ;-)
* You better use latex and musixtex as documented (consecutive latex and
musixflx calls).

I suggest reading the included Manual (musixdoc.dvi - I also needed some
months to write some basic stuff directly with musixtex) - or use the
pmx or m-tx preprocessors for musixtex.

Thanks for considering - I'm closing this bug now, attaching an example
that compiles cleanly.

bye,
  Roland


On 28/06/10 11:57, Matthew Vernon wrote:
> Hi,
> 
>> we didn't talk about #359946 for some years. ;-)
> 
> I never really did get it to work, so I went to using lilypond instead :(
> 
>> Can you add some more input or is the problem gone?
> 
> Well, I am sad enough that I'd still like to debug this, so :)
> 
> I installed texlive-music, and copied the musixtex code from the bug
> report. Here is the .tex, and the output:
> 
> \documentclass[11pt,a4paper]{article}
> 
> \usepackage{charter,fullpage,musixtex}
> 
> \begin{document}
> 
> \title{Test document}
> \author{Matthew}
> 
> \maketitle
> 
> Let's have a paragraph before the music
> 
> \begin{music}
> \instrumentnumber{1}
> \setstaffs{1}{2}
> \setclef{1}{\bass}
> \setclef{2}{\treble}
> \generalsignature{2}
> \startextract
> \NOtes \zd 'D & \zu 'F | \zd d & \zu 'a \enotes
> \NOtes \zd 'D & \zu 'F | \zd d & \zu 'a \enotes\bar
> \endextract
> \end{music}
> 
> And one after it.
> 
> \end{document}
> 
> 
> matt...@b144-mcv1-mlt:/tmp$ pdflatex test.tex
> This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
>  %&-line parsing enabled.
> entering extended mode
> (./test.tex
> LaTeX2e <2005/12/01>
> Babel <v3.8h> and hyphenation patterns for english, usenglishmax,
> dumylang, noh
> yphenation, croatian, ukrainian, russian, bulgarian, czech, slovak,
> danish, dut
> ch, finnish, basque, french, german, ngerman, ibycus, greek, monogreek,
> ancient
> greek, hungarian, italian, latin, mongolian, norsk, icelandic,
> interlingua, tur
> kish, coptic, romanian, welsh, serbian, slovenian, estonian, esperanto,
> upperso
> rbian, indonesian, polish, portuguese, spanish, catalan, galician,
> swedish, loa
> ded.
> (/usr/share/texmf-texlive/tex/latex/base/article.cls
> Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
> (/usr/share/texmf-texlive/tex/latex/base/size11.clo))
> (/usr/share/texmf-texlive/tex/latex/psnfss/charter.sty)
> (/usr/share/texmf-texlive/tex/latex/preprint/fullpage.sty)
> (/usr/share/texmf/tex/musixtex/base/musixtex.sty
> (/usr/share/texmf/tex/musixtex/base/musixtex.tex
> MusiXTeX(c) T.112 <3 Jan. 2003>
> (/usr/share/texmf-texlive/tex/latex/psnfss/ot1bch.fd)kpathsea: Running
> mktextfm
> bcr8
> mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1;
> nonstopmode; inpu
> t bcr8
> This is METAFONT, Version 2.71828 (Web2C 7.5.6)
> 
> kpathsea: Running mktexmf bcr8
> ! I can't find file `bcr8'.
> <*> \mode:=ljfour; mag:=1; nonstopmode; input bcr8
> 
> Please type another input file name
> ! Emergency stop.
> <*> \mode:=ljfour; mag:=1; nonstopmode; input bcr8
> 
> Transcript written on mfput.log.
> grep: bcr8.log: No such file or directory
> mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode;
> input bcr8'
>  failed to make bcr8.tfm.
> kpathsea: Appending font creation commands to missfont.log.
> 
> ! Font \eightrm=bcr8 not loadable: Metric (TFM) file not found.
> <to be read again>
>                    \font
> l.368   \font
>              \eightbf=\fontid bx8
> 
> HTH,
> 
> Matthew
> 

\documentclass{article}

\usepackage{musixtex}

\begin{document}

\title{Test document}
\author{Matthew}

\maketitle

Let's have a paragraph before the music

\begin{music}
\instrumentnumber{1}
\setstaffs{1}{2}
\setclef{1}{\bass}
\setclef{2}{\treble}
\generalsignature{2}
\startextract%
\NOtes\qa{ggg}\enotes%
\NOtes\qa{ggg}\enotes\bar\endextract%
\end{music}

And one after it.

\end{document}


--- End Message ---

Reply via email to