Bug#825273: marked as done (texlive-music: musixtex -l switch does not work)
Your message dated Thu, 26 May 2016 10:03:23 +0900
with message-id <20160526010323.GR965@logic.at>
and subject line Re: Bug#825273: texlive-music: musixtex -l switch does not work
has caused the Debian Bug report #825273,
regarding texlive-music: musixtex -l switch does not work
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 owner@bugs.debian.org
immediately.)
--
825273: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825273
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: texlive-music
Version: 2016.20160520-1
Severity: normal
Hi,
the -l switch of the musixtex binary does not work. Steps to reproduce:
$ cat input.mtx
c2+ e4 g
$ musixtex -l input
[...]
! Undefined control sequence.
l.13 \nopagenumbers
?
! Emergency stop.
l.13 \nopagenumbers
No pages of output.
Transcript written on haleluja.log.
!! Processing of haleluja.tex fails.
Thanks!
cheers, josch
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.4.0-rc8-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages texlive-music depends on:
ii python 2.7.9-1
ii tex-common 6.02
ii texlive-base 2016.20160523-1
ii texlive-binaries 2016.20160513.41080-2
ii texlive-latex-base 2016.20160523-1
texlive-music recommends no packages.
texlive-music suggests no packages.
Versions of packages tex-common depends on:
ii dpkg 1.18.3
ii ucf 3.0030
Versions of packages tex-common suggests:
ii debhelper 9.20150811
Versions of packages texlive-music is related to:
ii tex-common 6.02
ii texlive-binaries 2016.20160513.41080-2
-- debconf information excluded
--- End Message ---
--- Begin Message ---
Hi Johannes,
> the -l switch of the musixtex binary does not work. Steps to reproduce:
>
> $ cat input.mtx
> c2+ e4 g
> $ musixtex -l input
as Hilmar explained, the input is not latex file, so this is not a bug
in musixtex.
To be more specific, the man page of musixtex explains that
If a jobname argument has a .mtx extension, the file is first prepro‐
cessed using prepmx(1) and the resulting .pmx file is processed as
above.
so you could manullay do
prepmx input
to obtain a input.pmx. Again the man page:
If a jobname argument has a .pmx extension, the file is first prepro‐
cessed using pmxab(1) and the resulting .tex file is processed as
above.
So doing this
pmxab input.pmx
you get
input.tex
and upon inspection you would see that this is a plain tex/musixtex
file.
Hope that helps
Closing.
Norbert
--
PREINING Norbert + TeX Live & Debian Developer + http://www.preining.info
GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
--- End Message ---
Reply to: