> Erh, sorry, I'm not a specialist at that. I've only recently come across
> to helping my wife on printing some text and music in landscape
> orientation, and I actually intended to use the `lscape' latex package.
> This package provides an environment `landscape' that handles all the
> rotation stuff automatically.
If you want the full document in landscape format, I can recommend
the geometry package which includes a landscape option but also
lets you specify the full page layout in an intuitive way.
Tom, I'm afraid that you'd have to detect a number of different
special cases which all give landscape format, including:
\usepackage{landscape}
or
\usepackage[...,landscape,...]{geometry}
or
\usepackage[...]{geometry}
\geometry{...,landscape,...}
or
\usepackage{lscape}
\begin{landscape}
...
\end{landscape}
The three first versions give the full document in landscape format,
whereas the last one could be used to mix portrait and landscape.
Maybe one simple solution is to add a landscape option to
\begin{mudela} instead.
/Mats
\begin{l
/Mats
_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss