"Matthias Holländer" wrote
> So here comes the "two pieces of music in one document" thing. 
>...
> With the help of Andres code -- thank you for that -- I can, in my view,
> significantly improve the procedure to:
> 
> ==========================================================
>... 
> ==========================================================
> There are basically two questions that remain on this code:
> 1.) I hardly get any clue of what I do there. If I'm not mistaken these 
> in-line
> TeX comands are MusiXTeX commands, but since most of them are not
> documented I guess they are from the "implementation of MusiXTeX itself"
> level, as one could maybe call it. Is there a tutorial or other way to slowly 
> get
> behind these things? I would straight away need it to understand what the
> commented out lines after the title definition can be used for and to

There is no single, simple tutorial about the inline TeX commands. Their 
definitions could be in TeX itself, musixtex.tex, or pmx.tex. You have access 
to the latter two files on your own computer, and can look in them to search 
for the definitions of the macros. Beyond that, you'd need to learn about the 
basics of TeX. None of it is at all easy. The standard reference for TeX is 
"The TeXbook" by Donald Knuth (the creator of TeX). For MusiXTeX the manual is 
available from WIMA. There is no reference explaining most of the macros 
defined in pmx.tex. 

> 2.) Change the font size of the second "Saabund on jälle öö" title from
> \bigfont to the fontsize that is used in the first title (or shrink the first 
> title's
> font size as compensational solution).
> 
That one is easy, but I had to go through several steps to refresh my memory: 
(1) look in the TeX file generated by PMX for the example, to see where and how 
the two titles were printed out. (2) when I saw that the top title was the 4th 
argument of the macro \titles, look in pmx.tex for the definition of \titles. 
The 4th argument is preceded with a font designation \BIgtype. 

So what you need to do is simply add \BIgtype right before the 2nd title entry 
in the PMX file, i.e.,

\\\def\titel{\BIgtype Saabund on j\"{a}lle \"{o}\"{o}}

--Don


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

Reply via email to