Re: Generate multiple score from a single music expression

2015-06-04 Thread Gilles THIBAULT
 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

test.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Generate multiple score from a single music expression

2015-06-02 Thread Gianmaria Lari
Consider this musical expression

a b c d
e f g a

It is possible whitout rewriting it multiple times and marking opportunely
the
music generate multiple scores like the followings:

1) a b c d 
2) c d e f 
3) a b c d e f g

Thank you, g.



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Generate-multiple-score-from-a-single-music-expression-tp177398.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Generate multiple score from a single music expression

2015-06-02 Thread Urs Liska
There would probably different approaches, but maybe they are just too 
heavy.
Could you give us a little bit more context to understand what you are 
after actually?


Am 02.06.2015 um 15:52 schrieb Gianmaria Lari:

Consider this musical expression

a b c d
e f g a

It is possible whitout rewriting it multiple times and marking opportunely
the
music generate multiple scores like the followings:

1) a b c d
2) c d e f
3) a b c d e f g

Thank you, g.



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Generate-multiple-score-from-a-single-music-expression-tp177398.html
Sent from the User mailing list archive at Nabble.com.

___
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


Re: Generate multiple score from a single music expression

2015-06-02 Thread Mark Knoop
At 06:52 on 02 Jun 2015, Gianmaria Lari wrote:
Consider this musical expression

a b c d
e f g a

It is possible whitout rewriting it multiple times and marking
opportunely the
music generate multiple scores like the followings:

1) a b c d 
2) c d e f 
3) a b c d e f g

This (and more) is possible with http://gillesth.free.fr/Lilypond/extractMusic/

-- 
Mark Knoop

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Generate multiple score from a single music expression

2015-06-02 Thread Gianmaria Lari
Thank you Urs and thank you Mark for you answers. The situation is the
following.

I have a two page score that I created with lilypond. For study reasons I
would
like to split it in multiple parts. Parts could overlap. Each part will be
like a separate exercise printed in succession. Each part will have an
associated midi file.

I thought that maybe it is possible to mark begin/end split point and then
refer them to generate the parts... 

I didn't think to the solution proposed by Mark that looks very interesting.
I'm checking :)




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Generate-multiple-score-from-a-single-music-expression-tp177398p177405.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Generate multiple score from a single music expression

2015-06-02 Thread Urs Liska



Am 02.06.2015 um 17:50 schrieb Gianmaria Lari:

Thank you Urs and thank you Mark for you answers. The situation is the
following.

I have a two page score that I created with lilypond. For study reasons I
would
like to split it in multiple parts. Parts could overlap. Each part will be
like a separate exercise printed in succession. Each part will have an
associated midi file.

I thought that maybe it is possible to mark begin/end split point and then
refer them to generate the parts...

I didn't think to the solution proposed by Mark that looks very interesting.
I'm checking :)


I think the solution Mark referenced is along the lines that  I would 
have thought. And probably such a solution would have been overkill - if 
it hadn't been already made conveniently available. I think that will be 
what you need.


Good luck
Urs






--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Generate-multiple-score-from-a-single-music-expression-tp177398p177405.html
Sent from the User mailing list archive at Nabble.com.

___
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