lilypond-user
[Top][All Lists]
Advanced

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

Re: How to split system?


From: Nick Payne
Subject: Re: How to split system?
Date: Thu, 01 May 2014 08:05:59 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 30/04/14 12:12, Rus wrote:
Hello!
How to make a split system, like in the attached file?

You can adapt something like this:

\relative c'' {

\repeat unfold 4 { c1 }

\bar "||"

\cadenzaOn \stopStaff

\repeat unfold 4 { % Adjust unfold counter to manipulate indentation

s

\noBreak

\bar ""

}

\cadenzaOff \startStaff

\bar "||"

\repeat unfold 4 { c1 }

\bar "|."

}


Attachment: document.png
Description: PNG image


reply via email to

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