Search found 7 matches

by dorien
Fri May 13, 2011 12:10 pm
Forum: Graphics, Figures & Tables
Topic: MusixTex multiple notes at the same time
Replies: 2
Views: 3988

MusixTex multiple notes at the same time

Excellent, thanks!

Yes, I read that in the manual, that's how I put together the original code, but the spacing was still off.

I used

Code: Select all

\NOTes \rh{dfhjln}\rw {cegikmo} \wh p\enotes
and it displays great now.

Thanks!
by dorien
Thu May 12, 2011 3:15 pm
Forum: Graphics, Figures & Tables
Topic: MusixTex multiple notes at the same time
Replies: 2
Views: 3988

MusixTex multiple notes at the same time

Hi,

I want to display an entire scale in 1 note position. I've tried with:

Code: Select all

\NOTes \rh{dfhjln}\rw {cegikmo} \wh p\enotes
but the notes are still to far from eachother. I also tried with \lw instead of \rh, but then the space is to big...

Any ideas?

Thanks so much!
by dorien
Wed Apr 20, 2011 9:30 am
Forum: Graphics, Figures & Tables
Topic: Pgfplots with left and right y-axis (2 scales)
Replies: 0
Views: 3025

Pgfplots with left and right y-axis (2 scales)

Hi,

I am trying to get a plot with a left and right y axis, to plot 2 different plots in one.

I was able to do this with stack, but when both graphs go down, they seem to overlap, so you cannot see one of them... Therefore I wanted to change them into nice bar charts perhaps. Any idea on how I ...
by dorien
Thu Mar 24, 2011 3:59 pm
Forum: Text Formatting
Topic: MusixTex more bars per line
Replies: 0
Views: 1459

MusixTex more bars per line

Hi everybody,

Not sure where to post this. I need musixtex to display 12 bars in one line. Each bar contains 1 half note and it just takes up to much space other wise. But it takes max 7 bars per line. I have fiddled with \mulooseness=-3 and \linegoal (I have les them commented so you can see how I ...
by dorien
Thu Jan 28, 2010 4:09 pm
Forum: Page Layout
Topic: 6x9 inch pdf?
Replies: 1
Views: 4911

6x9 inch pdf?

Ok,

After pondering a whole night before posting, I found the solution withing 2 minutes after doing it... Be sure to put the commands inside the document tags... oh no...

Ok. So the page is smaller. But now the text goes outside of the page. Setting the seperate margins causes a big mess ...
by dorien
Thu Jan 28, 2010 4:04 pm
Forum: Page Layout
Topic: 6x9 inch pdf?
Replies: 1
Views: 4911

6x9 inch pdf?

Hello,

For the book I am publishing, the printer wants a pdf of 6x9 inch. I see two ways of getting this:

shrink the pdf after LaTeX compiled it (advantage is that the ebook is in the a4 or letter size, which is ideal)
let pdftex generate a file of 6x9 directly

How would I accomplish option ...