Fellow Users:
I am encoding a three part fugue (Bach). Two of the voices should be in the
treble staff. The instructions in the on-line manual were followed (1.5.2
Multiple Voices Explicitly instantiating voices).
When I enter code in { \voiceTwo } the notes are just appended wherever
voice one stopped (I use Frescobaldi). I have checked the instructions
several times. I must still be missing something.
To save space I have attached the code as a Lilypond file and as a Word
file.
Thank you for your kind attention.
Mark Stephen Mrotek
\version "2.16.0"
upper = \relative c''
{
\clef treble
\key cis \major
\time 4/4
\new voice = "first"
{ \voiceOne r4 r8 gis8 ais16 gis fis gis eis'8 cis |gis8 fis16 eis fis8 dis' eis, cis' dis, bis' | cis,8 cis'16 bis cis dis eis fis gis fisis eis fisis gis fisis eis dis |
eis4~ eis16 dis cis eis dis cis bis dis cis bis cis ais | bis8 dis fis2 eis4~ |eis dis~ dis8 cis bis dis~ | dis gis, eis' 4. eis16 cis ais4~ |
ais8 ais dis4. dis16 bis gis4~ | gis8 gis cis4~ cis16 bis cis ais ais'4~ }
\new voice = "second"
{ \voiceTwo }
}
lower = \relative c
{
\clef bass
\key cis \major
\time 4/4
r1 | r1 | r1 | r1 | r4 r8 gis' ais16 gis fis gis eis'8 cis | gis fis16 eis fis8 dis' eis, cis' dis, bis' | cis,8 cis'16 bis cis dis eis cis ais bis cis ais fisis gis ais fisis |
bis,8 bis'16 ais bis cis dis bis gis ais bis gis eis fisis gis eis | ais,8 ais'16 gis ais bis cis ais fisis gis ais fisis dis eis fisis dis |
}
\new PianoStaff <<
\new Staff = "upper" \upper
\new Staff = "lower" \lower
>>
\layout { }
\midi { }
Fugue.docx
Description: application/vnd.openxmlformats-officedocument.wordprocessingml.document
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
