Re: Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Federico Bruni
2014-12-23 8:23 GMT+01:00 Johan Vromans : > On Mon, 22 Dec 2014 16:52:45 -0600 > "Christopher R. Maden" wrote: > > > Personally, I *like* the mailing list, because I scan the discussion > > going by, even when it’s not currently relevant to me, and often > > something rings a bell later when I ne

Re: Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Federico Bruni
2014-12-22 23:52 GMT+01:00 Christopher R. Maden : > On 12/22/2014 04:36 PM, Federico Bruni wrote: > > I can understand your frustration. > > I think that LilyPond team's choices are sometimes a bit > > "conservative". > > > > Q&A websites are just way better than a traditional mailing list. > > Pe

Re: Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Johan Vromans
On Mon, 22 Dec 2014 16:52:45 -0600 "Christopher R. Maden" wrote: > Personally, I *like* the mailing list, because I scan the discussion > going by, even when it’s not currently relevant to me, and often > something rings a bell later when I need it. Exactly. The list is a 'push' model interacti

Thanks for the help with the footnotes and the pedal brackets!

2014-12-22 Thread Ted Lemon
Thanks to Kieran, David, Trevor and Klaus for all the help on this. If anyone's curious, a reasonably final version of the score is available here: https://github.com/Abhayakara/music/blob/master/romanza.pdf?raw=true And the source is here: https://github.com/Abhayakara/music/blob/master/roma

Re: Create one png image per pageBreak?

2014-12-22 Thread Stan Mulder
Thomas Morley 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 I'd need t

Re: Create one png image per pageBreak?

2014-12-22 Thread Thomas Morley
2014-12-23 3:09 GMT+01:00 Stan Mulder : > Thomas Morley gmail.com> writes: > > > > 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.

Re: menu language of LilyPad

2014-12-22 Thread Jinsong Zhao
On 2014/12/22 17:36, James Harkins wrote: Jinsong Zhao yeah.net> writes: I am wondering if there is a way to change the menu language (interface) of LilyPad and/or LilyPad-ascii. I prefer English. I am running Windows 7 under locale: Chinese (Simplified)_People's Republic of China.936. The in

Re: Create one png image per pageBreak?

2014-12-22 Thread Stan Mulder
Thomas Morley gmail.com> writes: 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 possible. I a

Re: menu language of LilyPad

2014-12-22 Thread James Harkins
Jinsong Zhao yeah.net> writes: > I am wondering if there is a way to change the menu language (interface) > of LilyPad and/or LilyPad-ascii. I prefer English. > > I am running Windows 7 under locale: Chinese (Simplified)_People's > Republic of China.936. The interface of LilyPad and LilyPad-as

Re: Create one png image per pageBreak?

2014-12-22 Thread Thomas Morley
2014-12-22 22:23 GMT+01:00 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 white

Re:Staves as footnotes, and some random layout issues.

2014-12-22 Thread Klaus Blum
Hi Ted, working with "real" footnotes seems to be possible but extremely tricky. I've got no idea of that. As all this happens on the first page, you could "abuse" the copyright markup in the \header section. Cheers, Klaus % -

Re: Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Trevor Daniels
Ted, you wrote Monday, December 22, 2014 10:21 PM > On Dec 22, 2014, at 4:26 PM, Garrett Fitzgerald > wrote: >> It's actually been discussed on meta - consensus is that people should >> actually come over here for help. :-) > > So essentially, when you give this as the answer to the question

Re:Staves as footnotes, and some random layout issues.

2014-12-22 Thread Klaus Blum
Hi Ted, for having the blank space on the bottom, add a \paper - block like this: \paper { ragged-last-bottom = ##f ragged-bottom = ##f } Eliminating the treble clef and shrinking the score snippet is easy, see below. Unfortunately, "layout-set-staff-size" only affects the notes, but no

Re: Staves as footnotes, and some random layout issues.

2014-12-22 Thread Trevor Daniels
Ted, you wrote Monday, December 22, 2014 10:32 PM > On Dec 22, 2014, at 5:30 PM, Ted Lemon wrote: > The second problem, which I failed to mention, is that I can't figure out why > there's all that extra padding between the systems on the first page. It > looks terrible--I'd rather have the

Re: Staves as footnotes, and some random layout issues.

2014-12-22 Thread Trevor Daniels
Ted, you wrote Monday, December 22, 2014 10:30 PM > I'm trying to typeset a rather complicated manuscript and I've run into two > brick walls right at the end of the process. The first is that I can't for > the life of me figure out how lilypond does staff fragments for manuscript > annotat

Re: Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Christopher R. Maden
On 12/22/2014 04:36 PM, Federico Bruni wrote: > I can understand your frustration. > I think that LilyPond team's choices are sometimes a bit > "conservative". > > Q&A websites are just way better than a traditional mailing list. > Period. My 2¢: Nothing is stopping anyone from asking and answeri

menu language of LilyPad

2014-12-22 Thread Jinsong Zhao
Hi there, I am wondering if there is a way to change the menu language (interface) of LilyPad and/or LilyPad-ascii. I prefer English. I am running Windows 7 under locale: Chinese (Simplified)_People's Republic of China.936. The interface of LilyPad and LilyPad-ascii can't be recognized. An

Re: Trying to replicate an obscure pedal marking from a ~1919 score...

2014-12-22 Thread David Nalesnik
Hi Ted, On Mon, Dec 22, 2014 at 9:16 AM, Ted Lemon wrote: > On Dec 22, 2014, at 10:04 AM, David Nalesnik > wrote: > > I always thought the traditional "Ped." looked a bit like an elephant... > > Heh! Yes, I can see that. Or perhaps like a Snuffleupagus, if that > reference makes any sense to

Re: Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Federico Bruni
Il 22/dic/2014 23:21 "Ted Lemon" ha scritto: > > On Dec 22, 2014, at 4:26 PM, Garrett Fitzgerald wrote: > > It's actually been discussed on meta - consensus is that people should actually come over here for help. :-) > > Yeah, so, this is intensely frustrating for anybody who tries to google for

Re: Staves as footnotes, and some random layout issues.

2014-12-22 Thread Ted Lemon
On Dec 22, 2014, at 5:30 PM, Ted Lemon wrote: > I'm trying to typeset a rather complicated manuscript and I've run into two > brick walls right at the end of the process. The first is that I can't for > the life of me figure out how lilypond does staff fragments for manuscript > annotation.

Staves as footnotes, and some random layout issues.

2014-12-22 Thread Ted Lemon
I'm trying to typeset a rather complicated manuscript and I've run into two brick walls right at the end of the process. The first is that I can't for the life of me figure out how lilypond does staff fragments for manuscript annotation. If you look at the bottom of the first page of the fol

Re: Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Ted Lemon
On Dec 22, 2014, at 4:26 PM, Garrett Fitzgerald wrote: > It's actually been discussed on meta - consensus is that people should > actually come over here for help. :-) Yeah, so, this is intensely frustrating for anybody who tries to google for help with lilypond, because there are several dozen

Re: Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Garrett Fitzgerald
It's actually been discussed on meta - consensus is that people should actually come over here for help. :-) http://meta.stackexchange.com/questions/168297/on-which-site-are-lilypond-questions-on-topic On Mon, Dec 22, 2014 at 4:23 PM, Urs Liska wrote: > We've had this discussion a year or so. >

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.p

Re: Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Urs Liska
We've had this discussion a year or so. The main argument against SO was twofold: - only parts of what is discussed here is suitable for SO - our community is too small to be split up between different forums Urs Am 22. Dezember 2014 22:07:56 MEZ, schrieb Mike Kilmer : >Hi and Happy Holidays

Re: Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Mike Solomon
> On Dec 22, 2014, at 11:14 PM, Rob Torop wrote: > > Mike, I like the idea. The ability to have some formatting is good (e.g. to > highlight code fragments) and being able to search is nice. Of course the key > thing is to have the people who know lilypond really well using it too :-) > (t

Re: Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Rob Torop
Mike, I like the idea. The ability to have some formatting is good (e.g. to highlight code fragments) and being able to search is nice. Of course the key thing is to have the people who know lilypond really well using it too :-) (that excludes me!) On Mon Dec 22 2014 at 4:08:18 PM Mike Kilmer

Use of Stackoverflow for Question/Answer forum

2014-12-22 Thread Mike Kilmer
Hi and Happy Holidays all. I had posted a few initial lilypond questions on StackOverflow.com and received some good responses. I’ve found S.O. to be a very user-friendly format for coding questions and answers (in terms of ease of posting and reading code/syntax) and am curious that the lilyp

Re: Guitar charts with custom chord names/grids

2014-12-22 Thread Rob Torop
Thanks so much, this is almost exactly what I was looking for! I will play around with this a bit. On Mon Dec 22 2014 at 1:12:12 PM Thomas Morley wrote: > 2014-12-22 19:08 GMT+01:00 Thomas Morley : > > 2014-12-22 15:48 GMT+01:00 Rob Torop : > >> I'm trying to create something like this: > >> > >

Re: Create one png image per pageBreak?

2014-12-22 Thread Thomas Morley
2014-12-22 21:20 GMT+01:00 Stan Mulder : > Urs Liska 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 wh

Re: Create one png image per pageBreak?

2014-12-22 Thread Stan Mulder
Urs Liska 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 want t

Re: the note in removed tag still affects the following pitch

2014-12-22 Thread Jinsong Zhao
On 2014/12/22 11:42, Thomas Morley wrote: 2014-12-22 20:05 GMT+01:00 Jinsong Zhao : Hi there, In the following snippet, \removeWithTag #'b have a different effect with commenting the line of \tag #'b. It seems that the pitch after \tag #'b also affected by the removed tagged expression. \versi

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 : >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 li

Re: the note in removed tag still affects the following pitch

2014-12-22 Thread Thomas Morley
2014-12-22 20:05 GMT+01:00 Jinsong Zhao : > Hi there, > > In the following snippet, \removeWithTag #'b have a different effect with > commenting the line of \tag #'b. It seems that the pitch after \tag #'b also > affected by the removed tagged expression. > > \version "2.19.15" > > music = \relativ

the note in removed tag still affects the following pitch

2014-12-22 Thread Jinsong Zhao
Hi there, In the following snippet, \removeWithTag #'b have a different effect with commenting the line of \tag #'b. It seems that the pitch after \tag #'b also affected by the removed tagged expression. \version "2.19.15" music = \relative c'' { \clef "treble" \key ees \major \time 4/

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 see

Re: Guitar charts with custom chord names/grids

2014-12-22 Thread Rob Torop
Thomas, I didn't get any content in with your note. Looking forward to seeing what you did! Thanks. On Mon Dec 22 2014 at 1:08:49 PM Thomas Morley wrote: > 2014-12-22 15:48 GMT+01:00 Rob Torop : > > I'm trying to create something like this: > > > > Chord names (not grids) above the first staff

Re: Guitar charts with custom chord names/grids

2014-12-22 Thread Thomas Morley
2014-12-22 19:08 GMT+01:00 Thomas Morley : > 2014-12-22 15:48 GMT+01:00 Rob Torop : >> I'm trying to create something like this: >> >> Chord names (not grids) above the first staff >> One normal staff >> One guitar tab staff underneath it (same melody as in staff above) >> Lyrics underneath the gui

Re: Guitar charts with custom chord names/grids

2014-12-22 Thread Thomas Morley
2014-12-22 15:48 GMT+01:00 Rob Torop : > I'm trying to create something like this: > > Chord names (not grids) above the first staff > One normal staff > One guitar tab staff underneath it (same melody as in staff above) > Lyrics underneath the guitar tab > Chord grids printed just once at bottom >

Re: Trying to replicate an obscure pedal marking from a ~1919 score...

2014-12-22 Thread PMA
Kieren MacMillan wrote: > You can have the pedal line be a line drawing of Grumpy Cat if you want. ;) As a 6-year-old budding pianist I thought, seriously, that the "Ped." must be a cocker spaniel. (Our best friends had one.) If I had to read this as a pedalling direction, well, fair enough.

Re: animated SVG + MIDI

2014-12-22 Thread Federico Bruni
2014-12-19 19:51 GMT+01:00 Andrew Levine : > Hello! I am very interested in using the point-and-click feature available > for SVG output (-dbackend=svg on the command line). This causes the SVG to > record the "origin" of each note head in the source file, something like > "source.ly:22:10:11", me

Re: Trying to replicate an obscure pedal marking from a ~1919 score...

2014-12-22 Thread Ted Lemon
On Dec 22, 2014, at 10:04 AM, David Nalesnik wrote: > I always thought the traditional "Ped." looked a bit like an elephant... Heh! Yes, I can see that. Or perhaps like a Snuffleupagus, if that reference makes any sense to you. > Anyway, yes, Kieren's right. You can replace the drawing with

Re: Unresolvable rest collision?

2014-12-22 Thread Ted Lemon
On Dec 22, 2014, at 9:55 AM, Kieren MacMillan wrote: > Unless you tell her otherwise, Lily will move things around to avoid > collisions, maintain minimum padding values, etc. > > Hope this helps! You have been tremendously helpful--thank you! I'm typesetting this for my dad, who was really

Re: Trying to replicate an obscure pedal marking from a ~1919 score...

2014-12-22 Thread David Nalesnik
Hi, On Mon, Dec 22, 2014 at 8:54 AM, Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Ted, > > > I'm curious if this is a style that lilypond can support. > > You can have the pedal line be a line drawing of Grumpy Cat if you want. > ;) > In other words: yes, this is a style [of peda

Re: Unresolvable rest collision?

2014-12-22 Thread Kieren MacMillan
Hi Ted, > The placement of the rests isn't exactly what I want Maybe use a \tweak, then? > I am a bit puzzled that even with explicit marking, I don't actually have > that much control over where the head of the rest lands. Unless you tell her otherwise, Lily will move things around to avoid

Re: Trying to replicate an obscure pedal marking from a ~1919 score...

2014-12-22 Thread Kieren MacMillan
Hi Ted, > I'm curious if this is a style that lilypond can support. You can have the pedal line be a line drawing of Grumpy Cat if you want. ;) In other words: yes, this is a style [of pedal bracket] that Lilypond can support. Cheers, Kieren. ___ Kieren MacMillan, composer

Guitar charts with custom chord names/grids

2014-12-22 Thread Rob Torop
I'm trying to create something like this: - Chord names (not grids) above the first staff - One normal staff - One guitar tab staff underneath it (same melody as in staff above) - Lyrics underneath the guitar tab - Chord grids printed just once at bottom I would also like to define

Trying to replicate an obscure pedal marking from a ~1919 score...

2014-12-22 Thread Ted Lemon
As one might have seen from my previous question, I'm trying to re-typset a manuscript that was published in 1919, and it has a way of marking pedals that I hadn't seen before. You can see an example of this marking here: http://www.dolmetsch.com/musicalsymbols.htm search for "The Raindrop".

Re: Unresolvable rest collision?

2014-12-22 Thread Ted Lemon
On Dec 22, 2014, at 9:26 AM, Kieren MacMillan wrote: > \new Voice = "bass-a" { \voiceOne \relative c \vba } > \new Voice = "bass-b" { \voiceTwo \relative c \vbb } > \new Voice = "bass-c" { \voiceThree \relative c \vbc } Thanks, that fixed it. The placement of the rests isn't

Re: Unresolvable rest collision?

2014-12-22 Thread Kieren MacMillan
Hi Ted, > Can anyone see what it is that I am doing wrong here? Personally, I would start with “you’re using \parallelMusic” and “you’re using \relative”… ;) But seriously: 1. Use r8 instead of (e.g.) c’’8\rest, and letting Lilypond make her [generally excellent] placement choices. 2. Use ex

Unresolvable rest collision?

2014-12-22 Thread Ted Lemon
I'm getting a puzzling error message when I try to typeset the following lilypond source file. The error is being reported in measure 17 in the first bass clef voice (\vba). The error that's reported is "romanza.ly:143:47: warning: cannot resolve rest collision: rest direction not set". Ca

Re: markup above or beside a fermata

2014-12-22 Thread Kevin Barry
Dear Jinsong, I'm not sure why lilypond adds a bit of extra space between the note and the fermata when there is text nearby (perhaps it's a deliberate attempt to increase legibility) but you can remove that padding and allow text above the articulations with the following code: \version "2.18.2"

Re: markup above or beside a fermata

2014-12-22 Thread Pierre Perol-Schneider
Hi Jinsong, how about : \version "2.19.15" { d'''1\fermata^"rit." d'''-\tweak script-priority 1 \fermata ^"rit." d'''\fermata -\tweak X-offset 2.5 ^"rit." d'''-\tweak script-priority 1 \fermata -\tweak extra-offset #'(2.5 . -3) ^"rit." } Cheers, Pierre 2014-12-22 9:56 GMT+01:00 Ji

markup above or beside a fermata

2014-12-22 Thread Jinsong Zhao
Hi there, In the following snippet, I want to typeset a markup above or beside a fermata. However, I am not lucky enough. There's a very tiny space between the second fermata and the note d'''2. It seems that the space can't be removed, and this also causes the tiny vertical space in the for