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: Pierre Perol-Schneider
Subject: Re: Combine these segments for same score
Date: Sun, 16 Dec 2018 11:11:59 +0100

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 <address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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