Hello:
In the attached snip, the first beat of the second measure has a "f4."
without a stem.
The error messages suggests using polyphonic voices. Since I am using << \\
>>, I do not know what that means.
I have tried changing stem direction - \stemUp, \stemDown.
I have tried shifting the note - \once \override NoteColumn #'force-hshift =
#xx.
Neither worked. What should I do now?
Thank you.
Mark
\version "2.16.2"
global = {
\key g \minor
\time 2/2
}
rightOne = \relative c'' {
\global
g1~ | g |
}
rightTwo = \relative c'' {
\global
< d, f >8 d g, d' f d
<< { g, d' | f4. d8 f4. d8 } \\
{ g,4~ | g1 } >>
}
left = \relative c' {
\global
b,,8 g' d' g, b, g' d' g, |
b, g' d' g, b, g' d' g, |
}
\score {
\new PianoStaff <<
\new Staff = "right" << \rightOne \\ \rightTwo >>
\new Staff = "left" { \clef bass \left }
>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user