Hello everybody!

I have just downloaded LilyPond version 2.0.1, which runs on
Mac OS X. The port is that provided by Fink.

I'm a beginning guitar student and I would like to use LilyPond
to copy music for th classical guitar.

I succeeded in writing a very simple two-voice score. The problem
is that in the output the voices are not vertically aligned. I assume
that this a general convention for writing several voices in one
staff. In guitar music, however, all voices are vertically aligned, as
they would be in chord notation.

How can I achieve this?

Here is the example I tried:


\score {
\notes {
\relative c'
\context Staff <<
\context Voice = bass {
\voiceOne c1 f,1 g1 c1 }
\context Voice = melody {
\voiceTwo c'4 e4 g4 e4 a,4 c4
f4 c4 b4 d4 g4 d4 c1 } >>
}
\paper { }
}


Thanks for your help,

Gustavo J. Mata




_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to