On Monday, 20 September 1999, taupin writes:
> 
> 
> Nicolas ASPERT wrote:
> > 
> > Werner Icking wrote:
> > 
> > > Again, I do not understand what you mean with "bars aligned". Normally
> > > a barline is typeset for all voices of a score. Do you want to have
> > > seperate bar lines in seperate voices at different places? e.g.
> > >
> > > voice 1   o o   o | o   o o |
> > > voice 2   o o | o   o | o o |
> > 
> > Hello
> > 
> > This is exactly what I want to do. Sorry for not being clear. I guess I
> > am not used to explain these things at least in english.
> 
> This definitely NOT supported by MusiXTeX.

In that case, have a look at LilyPond.  Is this what you want?

:r different-time-signatures.ly
\score{
    <
        \context Staff=a \notes{
            \time 3/4;
            c4 c c | c c c |
        }
        \context Staff=b \notes{
            \time 2/4;
            c4 c | c c | c c
        }
    >

    \paper{
        linelength = -1.0\cm;
        \translator{
            \ScoreContext
            \remove Timing_engraver;
        }
        \translator{
            \StaffContext
            \consists Timing_engraver;
        }
    }
}

The output is at:

    http://www.xs4all.nl/~jantien/lilypond/different-time-signatures.ps.gz

Greetings,

Jan.

--
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien/      | http://www.lilypond.org/

Reply via email to