Victor Eijkhout wrote:
Version 2.9.27

Input:

parta = { r1 \mark\default r1 }
partb = { c1 \mark\default c1 }

\score {
<<
\new Staff = "x" {\parta}
\new Staff = "y" {\partb}
>>
}
My answer would be the same as Thies'

notes.ly contains:

global = { s1 \markdefault s1 }
parta = { R1 R1 }
partb = { c1 c1 }

parta.ly  contains:

score {
<<
\new Staff = "x" { << \global \parta >> }
>>
}

partb.ly  contains:

score {
<<
\new Staff = "x" { << \global \partb >> }
>>
}

score.ly contains:

\include "notes.ly"
score {
<<
\new Staff = "x" { << \global \parta >> }
\new Staff = "y" { \partb }
>>
}

HTH,

Paul



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to