Re: [Tex-music] Thicker PostScript hairpins, line breaks.

2011-01-27 Thread Jean-Pierre Coulon
I found a solution: I say \special{header=thikcres.pro} in my MusiXTeX file, and thikcres.pro contains this: %% slur@Dict begin /DC { /y2 ED /x2 ED /y1 ED /x1 ED gsave 9 AR ceiling setlinewidth 1 setlinecap 1 setlinejoin x2 y2 10 AR

Re: [Tex-music] Documentation for smalltreblelowoct etc.

2011-01-27 Thread Andre Van Ryckeghem
Dear Don, On page 54 of the manual (2.14.3) the trebleowoct are mentioned, with an example that explain how they work. Are there more commands? Andre -Oorspronkelijk bericht- From: Don Simons Sent: Thursday, January 27, 2011 7:03 AM To: 'Werner Icking Music Archive' Subject:

Re: [Tex-music] Quarter-Tone-Accidentals

2011-01-27 Thread Jean-Pierre Coulon
If you're patient you can also research macros to imitate the accidentals of the more modern Sechstelton-Notation image: \input musixtex \nostartrule \def\plusthird#1{\loffset{1.35}{\raise2.5\Interligne\hbox{\lppz{#1}}}\na{#1}} \startextract \NOtes\nq c\plusthird c\nq c\en \zendextract \end

Re: [Tex-music] Quarter-Tone-Accidentals

2011-01-27 Thread Bob Tennent
|If you're patient you can also research macros to imitate the accidentals |of |the more modern Sechstelton-Notation image: I would suggest creating a small type1 font similar to the figbas fonts for these kinds of things. The glyphs would be scaleable. The fontforge program is free software

Re: [Tex-music] Quarter-Tone-Accidentals

2011-01-27 Thread Jean-Pierre Coulon
Yet another one: \def\plustiers#1{\loffset{.42}{\raise-.5\Interligne\hbox{$\uparrow$}}\na{#1}} Jean-Pierre Coulon cou...@obs-nice.fr --- TeX-music@tug.org mailing list If you want to unsubscribe or look at the archives, go to

[Tex-music] PMX: Octave change at first triplet note

2011-01-27 Thread Philipp Neukel
Hallo Everyone Today I have a rather stupid problem: This is my code: ( e2 f4x3 ) ( f o.: g a4x3 b c o: ) | d4 c8 D b ( b2 oT0 G2m2Wa b ) D / While the first e2 is in the 5th octave (said in PMX vocabulary) conditioned by the previous line. Everything works just fine, but the following

Re: [Tex-music] PMX: Octave change at first triplet note

2011-01-27 Thread Philipp Neukel
OK, some code: 3 2 4 4 0 6 .25 -4 0 6 16 .095 % Klavier Klarinette in B % btt ./ Apr h297m w190m % Zeile 1 Takt 0 r1 | rp | r2 r4 r8d g13 zc3 / a14 Dp | ( a2 e8 ) r8 r4 | r2 r4 r8d e14s zc+ / r1 | r2 r4 r8d b14 Dp | ( b2 Dten. f4 ) r / % g23d zc- r4 | rp Ct | d84 zf zb zd r8 r4 r2 Cb | e83 ? zb+

Re: [Tex-music] PMX: Octave change at first triplet note

2011-01-27 Thread Olivier Vogel
Do you simply want this? ( e2 f4x3 ) ( f+ o.: g a4x3 b c o: ) | d4 c8 D b ( b2 oT0 G2m2Wa b ) D / or this? ( e2 f+4x3 ) ( f o.: g a4x3 b c o: ) | d4 c8 D b ( b2 oT0 G2m2Wa b ) D / Another hint: you should add the command \\setsign2{-2}\ in the preamble: h297m w190m \\setsign2{-2}\ % Zeile 1