lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing the line before a staff begins


From: Jay Anderson
Subject: Re: Removing the line before a staff begins
Date: Mon, 11 Feb 2013 21:37:32 -0700

On Mon, Feb 11, 2013 at 9:11 PM, ryanmichaelmcclure
<address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]