Re: [Tex-music] Non-spacing shifted notes belonging to a beam

2015-09-04 Thread Don Simons
Rodolfo Medina wrote
> Thanks.  But, as I wrote, I want to put that shifted-non spacing note
within a
> beam.  In particular, I want to start a beam with a left-shifted note.
With
> non-shifted notes I would do \qb0k, \qb1k, \qb2k,...
> 
> Here's my example:
> 
> \input musixtex
> \instrumentnumber{1}
> \generalsignature{0}
> \generalmeter{\meterfrac44}
> \startpiece
> \notes
> \ibu1k1\zqb1k\zqb0j%
> \en
> \notes
> \nbbu1\qb1l\tbu1\qb1m%
> \en
> \Endpiece
> 
> \vfill\eject\end
> 
> 
> I want the note `k', starting the beam, to be non-spacing and shifted
left.
> Don't know how.
> 
This still is not 100% clear, especially because in your example you put a
note in beam 0 but never started or ended beam 0.

Nevertheless, one way to left-shift the beam start and first note in your
example is simply \loff{\ibu1k1\zqb1k}\zqb0j%

Another whole approach, which you should really seriously consider, is to
let PMX do the dirty work. An example closely related to yours would be
entered as

==
1 1 1 4 1 4 0 0
1 1 20 0

t
.\
c85 c //
X-1S d85 e1 f /
==

which produces the  TeX

==
...
\pnotes{2.00}\ibl1{'c}0\qb1c\nextvoice\off{-6.0pt}\ibu2{'e}0\qb2d%
\off{6.0pt}\en%
\pnotes{1.41}\tbl1\qb1{'c}\nextvoice\nbbu2\qb2{'e}\tbu2\qb2f\en%
...
==

This has the upper beam start and its first note left-shifted, just as you
have asked for. The way PMX puts two voices on one staff, there is no need
to use any nonspacing notes. If you have some agenda that absolutely
requires nonspacing notes, please spell it out. 

--Don Simons



---
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] Non-spacing shifted notes belonging to a beam

2015-09-04 Thread Rodolfo Medina
Dirk Laurie  writes:

> 2015-09-04 11:12 GMT+02:00 Rodolfo Medina :
>
>> I want the note `k', starting the beam, to be non-spacing and shifted left.
>> Don't know how.
>
> I code in M-Tx
>
> [-3 c8+ zbe c za c zg c zf- ]
>
> PMX gives me
>
> \ibl1g0\lq{'b}\qb1c\zq a\qb1c\zq{`g}\qb1{'c}\zq{`f}\tbl1\qb1{'c}
>
> See attachements.

Thanks.  But the problem is that the start of the beam itself should be
shifted together with the first note of the beam...

Rodolfo
---
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] Non-spacing shifted notes belonging to a beam

2015-09-04 Thread Dirk Laurie
2015-09-04 11:12 GMT+02:00 Rodolfo Medina :

> I want the note `k', starting the beam, to be non-spacing and shifted left.
> Don't know how.

I code in M-Tx

[-3 c8+ zbe c za c zg c zf- ]

PMX gives me

\ibl1g0\lq{'b}\qb1c\zq a\qb1c\zq{`g}\qb1{'c}\zq{`f}\tbl1\qb1{'c}

See attachements.


xxx.mtx
Description: Binary data


xxx.tex
Description: TeX document
---
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] Non-spacing shifted notes belonging to a beam

2015-09-04 Thread Rodolfo Medina
Don Simons  writes:

>>From MusiXTeX manual version version 1.15, April 2011, p20:
>
> "2.4.3 Shifted non-spacing note heads
>
> These symbols are used mainly in chords containing an interval of a second.
> They provide note
> heads shifted either to the left or right of the default position by the
> width of one note head.
>
> \rw{p} : whole note head shifted right.
> \lw{p} : whole note head shifted left.
> \rh{p} : half note head shifted right8.
> \lh{p} : half note head shifted left.
> \rq{p} : quarter note head shifted right.
> \lq{p} : quarter note head shifted left."
>
> --Don Simons

Thanks.  But, as I wrote, I want to put that shifted-non spacing note within a
beam.  In particular, I want to start a beam with a left-shifted note.  With
non-shifted notes I would do \qb0k, \qb1k, \qb2k,...

Here's my example:

\input musixtex
\instrumentnumber{1}
\generalsignature{0}
\generalmeter{\meterfrac44}
\startpiece
\notes
\ibu1k1\zqb1k\zqb0j%
\en
\notes
\nbbu1\qb1l\tbu1\qb1m%
\en
\Endpiece

\vfill\eject\end


I want the note `k', starting the beam, to be non-spacing and shifted left.
Don't know how.

Thanks for help,

Rodolfo

>> -Original Message-
>> From: TeX-Music [mailto:tex-music-boun...@tug.org] On Behalf Of Rodolfo
>> Medina
>> Sent: Thursday, September 03, 2015 5:28 AM
>> To: tex-music@tug.org
>> Subject: [Tex-music] Non-spacing shifted notes belonging to a beam
>> 
>> Hi to all TeXMusic users.
>> 
>> In order to have a non-spacing shifted note, I type e.g. \lqu.  Now I wish
> to
>> have a non-spacing shifted note belonging to a beam, but, in the MusisxTeX
>> manual, I can't find how.  I would expect something like \lqb0, \lqb1,
> \lqb2,...,
>> but they aren't.
>> 
>> Please help.
>> 
>> Thanks,
>> 
>> Rodolfo
---
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] Non-spacing shifted notes belonging to a beam

2015-09-03 Thread Don Simons
>From MusiXTeX manual version version 1.15, April 2011, p20:

"2.4.3 Shifted non-spacing note heads

These symbols are used mainly in chords containing an interval of a second.
They provide note
heads shifted either to the left or right of the default position by the
width of one note head.

\rw{p} : whole note head shifted right.
\lw{p} : whole note head shifted left.
\rh{p} : half note head shifted right8.
\lh{p} : half note head shifted left.
\rq{p} : quarter note head shifted right.
\lq{p} : quarter note head shifted left."

--Don Simons

> -Original Message-
> From: TeX-Music [mailto:tex-music-boun...@tug.org] On Behalf Of Rodolfo
> Medina
> Sent: Thursday, September 03, 2015 5:28 AM
> To: tex-music@tug.org
> Subject: [Tex-music] Non-spacing shifted notes belonging to a beam
> 
> Hi to all TeXMusic users.
> 
> In order to have a non-spacing shifted note, I type e.g. \lqu.  Now I wish
to
> have a non-spacing shifted note belonging to a beam, but, in the MusisxTeX
> manual, I can't find how.  I would expect something like \lqb0, \lqb1,
\lqb2,...,
> but they aren't.
> 
> Please help.
> 
> Thanks,
> 
> Rodolfo
> ---
> 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