andy baxter wrote:
Hello,
Does anyone know if there's a way to display recorded midi tracks in
Rosegarden with a double staff, treble and bass clef, the way piano
music is usually written?
I'm posting this in case anyone else has a similar problem. I've written
a short script (attached) in Python which takes a lilypond file output
by Rosegarden and converts it to piano stave format, then runs lilypond
on the result to make a pdf.
I've only tested it on single track, single segment files so far, so it
may fail with more complex files. To use it just export your rosegarden
session to lilypond format, then run 'pianoconv.py filename.ly'
If you don't want the intermediate files to be cleaned up afterwards,
comment out the lines indicated in the source.
Hope someone finds this useful.
Andy