Re: Output only certain bars

2010-02-19 Thread O Polite
On Fri, Feb 19, 2010 at 08:35:12AM +1100, Nick Payne wrote: Comment out everything from bar 11 onwards and use showLastLength = R1*timesig*6 to only process the last six bars. Thanks. I was rather looking for some way to manipulate the entire score programmatically. But maybe it's easier to

Re: Output only certain bars

2010-02-19 Thread Graham Percival
On Fri, Feb 19, 2010 at 8:03 AM, O Polite myli...@polite.se wrote: Thanks. I was rather looking for some way to manipulate the entire score programmatically. But maybe it's easier to export to midi and then manipulate the midi file programmatically? Are you asking how can I extract fragments

Re: Output only certain bars

2010-02-19 Thread Oivvio Polite
On Fri, Feb 19, 2010 at 08:34:43AM +, Graham Percival wrote: Are you asking how can I extract fragments of music? If so, the answer is read the Notation manual, 3.4.1 Extracting fragments of music. Thank you very much. That's exactly what I want. I googled bars, measures, sections and

Output only certain bars

2010-02-18 Thread O Polite
I'm using lilypond for my piano practice. How do I tell lilypond to only output a range of bars to a midi file. Say I want to practice bars 5 - 10 of a score, and would like to have them on a midifile repeated a hundred times. How would I do that? oivvio -- http://pipedreams.polite.se/about/

Re: Output only certain bars

2010-02-18 Thread Nick Payne
Comment out everything from bar 11 onwards and use showLastLength = R1*timesig*6 to only process the last six bars. Nick On 19/02/10 08:09, O Polite wrote: I'm using lilypond for my piano practice. How do I tell lilypond to only output a range of bars to a midi file. Say I want to practice