pls <[email protected]> writes: > This is the culprit: >> harpPart = \new PianoStaff<< >> \new Staff = "upper" \upper >> \new Staff = "lower" \lower >> >> >> > You need to use braces like so: > harpPart = { > \new PianoStaff << > \new Staff = "upper" \upper > \new Staff = "lower" \lower > >> > }
Why? The above looks quite legitimate to me. -- David Kastrup _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
