One staff, two voices, two lyrics --> one above, one below

2017-05-09 Thread Wilhelm Kleinoeder
Hello. I have one staff, two voices and two lyrics. The bassOnewords should be placed above and the bassTwowords below the staff. But my solution places both words below the score. \version "2.18.2" ... \score { << \new Staff << \new Voice = "bassOne" << \bassOneNotes

Re: One staff, two voices, two lyrics --> one above, one below

2017-05-09 Thread Gregor Buchholz
ot;bass" } \lyricsto "bassOne" \bassOneWords \new Voice = "bassTwo" << \bassTwoNotes >> \new Lyrics \lyricsto "bassTwo" \bassTwoWords >> >> } Best regards, Gregor. -- Originalnachricht ------ Von: "Wilhel

Re: One staff, two voices, two lyrics --> one above, one below

2017-05-09 Thread Robert Schmaus
Hi Wilhelm, Just a stab in the dark (I'm not in reach of LP right now): Context "staff" does not seem to exist at all. Does \new Staff = "staff" ... Solve the problem? Also, I'm not sure if the Lyrics contexts should be inside the staff context or rather outside of it ... and in the desired s

Re: One staff, two voices, two lyrics --> one above, one below

2017-05-09 Thread Gerdau, Michael
Hi Wilhelm, > I have one staff, two voices and two lyrics. The bassOnewords should be > placed above and the bassTwowords below the staff. But my solution > places both words below the score. > > \version "2.18.2" > > ... > > \score { ><< > \new Staff << > \new Voice = "bassOne