Re: Create one png image per pageBreak?

2014-12-28 Thread Stan Mulder
Thomas Morley thomasmorley65 at gmail.com writes: 2014-12-23 3:58 GMT+01:00 Stan Mulder st45882wz at earthlink.net: Attachment (simple-chord-names.ly): text/x-lilypond, 11 KiB Attachment (chords-02.ly): text/x-lilypond, 5950 bytes Attachment (predefined-plectrum-banjo-fretboards.ly):

Re: Create one png image per pageBreak?

2014-12-26 Thread Thomas Morley
2014-12-23 3:58 GMT+01:00 Stan Mulder st4588...@earthlink.net: Thomas Morley thomasmorley65 at gmail.com writes: I am using my own plectrum banjo fretboard definition. I wonder if that can be incorporated into your code? I will post an example of my file below. I'll have a look tomorrow.

Create one png image per pageBreak?

2014-12-22 Thread Stan Mulder
I would like to specify a fretboard guitar chord and then create a png image of just that chord alone (fretboard with fingerings and chord name above it). But I would like to do this for all the chords and have a separate image for each chord. If this can be automated, that would be great. It

Re: Create one png image per pageBreak?

2014-12-22 Thread Urs Liska
Do separate \score blocks with page breaks between help you? Urs Am 22. Dezember 2014 19:37:18 MEZ, schrieb Stan Mulder st4588...@earthlink.net: I would like to specify a fretboard guitar chord and then create a png image of just that chord alone (fretboard with fingerings and chord name above

Re: Create one png image per pageBreak?

2014-12-22 Thread Stan Mulder
Urs Liska ul at openlilylib.org writes: Do separate \score blocks with page breaks between help you? Maybe I missed something, but I didn't have success with \score blocks. I seem to have more success with \book blocks, but now I have a lot of white space around the fretboard symbol and I

Re: Create one png image per pageBreak?

2014-12-22 Thread Thomas Morley
2014-12-22 21:20 GMT+01:00 Stan Mulder st4588...@earthlink.net: Urs Liska ul at openlilylib.org writes: Do separate \score blocks with page breaks between help you? Maybe I missed something, but I didn't have success with \score blocks. I seem to have more success with \book blocks, but now

Re: Create one png image per pageBreak?

2014-12-22 Thread Stan Mulder
How about compiling your code with lilypond -dpreview -dresolution=200 your-file.ly ? (or whatever resolution is apropiate) Oh wow! That -dpreview trims the file nicely. I was prepared to use ImageMagik's convert program to trim the whitespace thusly, convert -trim filename.png outfile.png

Re: Create one png image per pageBreak?

2014-12-22 Thread Thomas Morley
2014-12-22 22:23 GMT+01:00 Stan Mulder st4588...@earthlink.net: How about compiling your code with lilypond -dpreview -dresolution=200 your-file.ly ? (or whatever resolution is apropiate) Oh wow! That -dpreview trims the file nicely. I was prepared to use ImageMagik's convert program to

Re: Create one png image per pageBreak?

2014-12-22 Thread Stan Mulder
Thomas Morley thomasmorley65 at gmail.com writes: snip Thomas: That is very nice! You are working at a lower level than I know how to do. I had one problem. Lilypond didn't like hash-table-≥alist so I changed the ≥ to a character and it compiled fine. However, I have a couple of requests if

Re: Create one png image per pageBreak?

2014-12-22 Thread Thomas Morley
2014-12-23 3:09 GMT+01:00 Stan Mulder st4588...@earthlink.net: Thomas Morley thomasmorley65 at gmail.com writes: snip Thomas: That is very nice! You are working at a lower level than I know how to do. I had one problem. Lilypond didn't like hash-table-≥alist so I changed the ≥ to a

Re: Create one png image per pageBreak?

2014-12-22 Thread Stan Mulder
Thomas Morley thomasmorley65 at gmail.com writes: I am using my own plectrum banjo fretboard definition. I wonder if that can be incorporated into your code? I will post an example of my file below. I'll have a look tomorrow. Right now it's in the middle of the night here ... In any case