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 <reegist...@gmail.com> 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@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to