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

2011-01-29 Thread Bob Tennent
|I tested the new binaries contributedby Bob Tennent via |this list on December 2nd 2010. | |the other tex command problem is definitely not solved. I've tested your pmx file with : h297m w190m \\setsign2{-2}\ : as suggested by Olivier on a MAC using the pmxab binary I contributed to

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

2011-01-28 Thread Don Simons
-Original Message- From: tex-music-boun...@tug.org [mailto:tex-music-boun...@tug.org] On Behalf Of Philipp Neukel Sent: Thursday, January 27, 2011 10:54 PM To: Werner Icking Music Archive Subject: Re: [Tex-music] PMX: Octave change at first triplet note OK, some code

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

2011-01-28 Thread Philipp Neukel
Thank you for your help so far, but now it gets really kinky. This works: ( e2 f+4x3 ) ( f o.: g a4x3 b c o: ) | d4 c8 D b ( b2 oT0 G2m2Wa b ) D / but I want this: ( e2 f-4x3 ) ( f o.: g a4x3 b c o: ) | d4 c8 D b ( b2 oT0 G2m2Wa b ) D / which does not work: -- This is PMX,

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

2011-01-28 Thread Olivier Vogel
2011/1/28 Philipp Neukel phil...@neukel.com I am aware of the key signature but will insert it in the tex file and not in the PMX becaus whenever I use a tex command in PMX I get the following: ERROR in line 12, bar 0 Literal TeX string cannot start with 4 backslashes v

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

2011-01-28 Thread Don Simons
-music] PMX: Octave change at first triplet note PMX 2.521 on Mac OS X 10.5.8 on a PPC iMac I got it from WIMA. Philipp D-40472 --- 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] 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