Re: split system

2014-05-12 Thread Steven Arntson
This is what I will do--thank you! -steven Knute Snortum writes: > Well, you can use two different scores for the different systems: > > \version "2.18.2" > > mainPiece = { > c4 d e f g a b c d c b a g f e d c1 > \bar "||" > } > > \score { > \new PianoStaff << > \new Staff { > \relative c' { >

Re: split system

2014-05-11 Thread Knute Snortum
Well, you can use two different scores for the different systems: \version "2.18.2" mainPiece = { c4 d e f g a b c d c b a g f e d c1 \bar "||" } \score { \new PianoStaff << \new Staff { \relative c' { \mainPiece } } \new Staff { \clef bass \rela

split system

2014-05-11 Thread Steven Arntson
I'm trying to learn how to set up a coda for a piano piece, which seems complex to me right now, so I'm breaking the process into parts. Part one is to figure out how to split the system--ending the regular music, and starting the coda section--which I think should be done with some combination of

Re: How to split system?

2014-04-30 Thread Nick Payne
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 indentatio

Re: How to split system?

2014-04-30 Thread Alexander Kobel
On 04/30/2014 04:12 AM, Rus wrote: Hello! How to make a split system, like in the attached file? Hi Rus, this is going to be a few pointers to semi-solutions, that's all I can offer. The closest I know which can be achieved (fairly) easily is what Simon Bailey used for the coda

How to split system?

2014-04-29 Thread Rus
Hello!How to make a split system, like in the attached file? split.pdf Description: Adobe PDF document ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user