On Mon, Feb 11, 2013 at 9:11 PM, ryanmichaelmcclure
<ryanmichaelmccl...@gmail.com> wrote:
> I am working on an assignment for music theory that requires a particular
> layout.

Add your code. I'm assuming this is supposed to be 4-part harmony.
There's most likely a misunderstanding about systems in lilypond. In
order to get what you're seeing you're probably doing something like:

\score
{
<<
  \new StaffGroup
  <<
  >>
  \new StaffGroup
  <<
  >>
  ...
>>
}

I think you most likely only want one staff group with well placed line breaks.

-----Jay

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to