lilypond-user
[Top][All Lists]
Advanced

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

Re: Generate multiple score from a single music expression


From: Gilles THIBAULT
Subject: Re: Generate multiple score from a single music expression
Date: Fri, 05 Jun 2015 01:04:31 +0200
User-agent: KMail/4.12.5 (Linux/3.14.43-desktop-1.mga4; KDE/4.12.5; x86_64; ; )

> I didn't think to the solution proposed by Mark that looks very interesting.
> I'm checking :)
It was not something like that, you wanted ?

%%%%%%%%%%%%%%%%%%%%%

\include "extractMusic.ly"

fullMusic = \new StaffGroup <<
  \new Staff 
    \relative c' { c2 d4 e f g a b c2 d4 e f g a b c1}
  \new Staff \with { \clef F  } 
    \relative c' { c2 b a g e c d g, c1}
>>

\score { \fullMusic }
\score { \extractBegin \fullMusic { s1*2 s2 }}
\score { \extractEnd \fullMusic s1*2}

%%%%%%%%%%%%%%%%%%%%%%%%%
-- 
Gilles

Attachment: test.pdf
Description: Adobe PDF document


reply via email to

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