[Tex-music] \stemlength is overridden in high notes.

2017-03-29 Thread coulonnus

\input musixtex
\nostartrule
\startextract
\Notes\ql j\ql l\ql n\ql q\ql s\ql t\en
\Notes\stemlength2\ql j\ql l\ql n\ql q\ql s\ql t\en
\zendextract
\end

\stemlength is overridden by the (useful) feature of MusiXTeX to increase 
the stemlengths of very high notes. How can I work around?


Bye,
--
Jean-Pierre Coulon
---
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


Re: [Tex-music] \stemlength is overridden in high notes.

2017-03-29 Thread Andre Van Ryckeghem

Use \stdstemfalse before each note (section 18.6 ofmusixdoc.pdf).

\input musixtex
\nostartrule
\startmuflex\startpiece\addspace\afterruleskip%
\Notes\ql j\ql l\ql n\ql q\ql s\ql t\en
\Notes\stemlength{2}\ql j\ql l\ql n\stdstemfalse\ql q\stdstemfalse\ql 
s\stdstemfalse\ql t\en\xbar

\Endpiece
\vfill\eject\endmuflex
\bye

Andre-Oorspronkelijk bericht- 
From: coulon...@free.fr

Sent: Wednesday, March 29, 2017 9:11 AM
To: Werner Icking Music Archive
Subject: [Tex-music] \stemlength is overridden in high notes.

\input musixtex
\nostartrule
\startextract
\Notes\ql j\ql l\ql n\ql q\ql s\ql t\en
\Notes\stemlength2\ql j\ql l\ql n\ql q\ql s\ql t\en
\zendextract
\end

\stemlength is overridden by the (useful) feature of MusiXTeX to increase
the stemlengths of very high notes. How can I work around?

Bye,
--
Jean-Pierre Coulon
---
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 


---
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


Re: [Tex-music] \stemlength is overridden in high notes.

2017-03-29 Thread Jean-Pierre Coulon

On Wed, 29 Mar 2017, Andre Van Ryckeghem wrote:


Use \stdstemfalse before each note (section 18.6 ofmusixdoc.pdf).


OK, thanks. :-)

--
Jean-Pierre

---
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


[Tex-music] cannot compile musixdoc.tex

2017-03-29 Thread Andre Van Ryckeghem
When i compile 'musixdoc.tex', all the instances with '\verb' (ie '\verb|\wh 
a|') are blank in the ps output.


Somebody who can help me out?

Andre

---
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


Re: [Tex-music] cannot compile musixdoc.tex

2017-03-29 Thread Bob Tennent
 >|When i compile 'musixdoc.tex', all the instances with '\verb' (ie
 >|'\verb|\wh
 >|a|') are blank in the ps output.
 >|
 >|Somebody who can help me out?

Yes, I can. But you'll have to provide some information.
What distribution of TeX are you using? Are you fully
updated? Have you made any changes to musixdoc.sty? Does the
following work:

\documentclass[twoside,11pt,notitlepage]{report}
%\usepackage{musixdoc}
\begin{document}
\verb|This is a test.|
\end{document}

Then try uncommenting the commented-out line.

Bob

---
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


Re: [Tex-music] cannot compile musixdoc.tex

2017-03-29 Thread Bob Tennent
 >|When i compile 'musixdoc.tex', all the instances with '\verb' (ie
 >|'\verb|\wh
 >|a|') are blank in the ps output.

I've been able to compile musixdoc on MiKTeX. But you may
want to add

\renewcommand{\ttfamily}{\fontencoding{OT1}\fontfamily{cmtt}\selectfont}

if you don't have the cm-super fonts installed (very large
package)

Bob
---
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