lilypond-user
[Top][All Lists]
Advanced

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

Re: Combine these segments for same score


From: Reggie
Subject: Re: Combine these segments for same score
Date: Sun, 16 Dec 2018 07:38:03 -0700 (MST)

Schneidy wrote
> Hi Reggie,
> How about:
> 
> \version "2.19.82"
> % current bar number?
> %\include "segment1.ly"
> %\include "segment2.ly"
> %\include "segment3.ly"
> 
> %My other files are this code respectively 1 2 3
> 
> segmentOne = \relative c' { \repeat unfold 50 {c2 c2} }
> segmentTwo = \relative c' { \repeat unfold 50 {e2 e2} }
> segmentThree = \relative c' { \repeat unfold 50 {g'2 g'2} }
> 
> \new Staff = "mystaff" { \segmentOne \segmentTwo \segmentThree }
> 
> HTH,
> Cheers,
> Pierre
> 
> Le sam. 15 déc. 2018 à 22:55, Reggie <

> reegistoop@

> > a écrit :
> 
>> I cannot use LilyPond for large scores it takes hours to compile. Nowhere
>> in
>> the documentation does it teach me how to merge. Can someone please show
>> me
>> how to make a seamless score from these multiple "segments" name? Every
>> time
>> I compile I get broken scores and not one piece together. Do I need to
>> include currentBars or some kind of Scorecode? Please help. Please create
>> a
>> dummy file so I can merge into a larger score thank you.
>>
>> badSegmenttt.png
>> <http://lilypond.1069038.n5.nabble.com/file/t5625/badSegmenttt.png>
>>
>> My score file is this code
>>
>> \version "2.19.82"
>> % current bar number?
>> \include "segment1.ly"
>> \include "segment2.ly"
>> \include "segment3.ly"
>>
>> My other files are this code respectively 1 2 3
>>
>> \new Staff = "mystaff" \relative c' { \repeat unfold 50 {c2 c2} }
>> \new Staff = "mystaff" \relative c' { \repeat unfold 50 {e2 e2} }
>> \new Staff = "mystaff" \relative c' { \repeat unfold 50 {g'2 g'2} }
>>
>>
>>
>>
>> --
>> Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html
>>
>> _______________________________________________
>> lilypond-user mailing list
>> 

> lilypond-user@

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

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user


That does not help and work. I have seen on this very list people who keep
talking about segments and big scores but nowhere in manual does it mention
this anywhere so confusing. What are we to do if we have a full orchestra
score with many staffs and divisis how do we create the big score file
including segmentation? Your solution is only working for simple example I
provided. Can you describe how a big piece works for segment? Thank you for
doing that.



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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