Hello Rick, 

Try explicitly instantianting voices. (See the section about that in the 
manual): 

Instead of << { \stemUp g4 } \\ { \stemUp g'4 } >> 
Try << \new Voice { \voiceOne g4 } { \voiceFour g'4 } >> \oneVoice 
or something. 
For aligning lyrics using lyricsto you need to instantiate voices. 
Otherwise, you can align especifying the durations with lyricmode, and not 
using \lyricsto. 

Eduardo 


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to