Re: Some more possible tweaks to the appearance of the website

2015-02-18 Thread Paul Morris
> On Feb 18, 2015, at 4:35 AM, Trevor Daniels wrote: > > Individually comments below. Most I like, but a couple I don't. > > Thanks for doing this - I'm well aware of the effort involved and the > difficulties of achieving good artistic design (usually by my failing!) > Trevor Hi Trevor, Tha

Re: Make Grob::name accessible to Scheme (issue 203090043 by david.nales...@gmail.com)

2015-02-18 Thread david . nalesnik
On 2015/02/18 19:32:57, david.nalesnik wrote: Hmmm. Since this is no longer just a wrapper for Grob::name, I suppose I should rewrite it in Scheme. Not so sure now. Error reporting options in Scheme aren't as good. https://codereview.appspot.com/203090043/

Re: Function to display the rhythmic location of a grob (issue 197690044 by david.nales...@gmail.com)

2015-02-18 Thread david . nalesnik
On 2015/02/18 20:39:19, david.nalesnik wrote: On 2015/02/18 18:12:58, david.nalesnik wrote: > On 2015/02/18 18:08:32, david.nalesnik wrote: > > Putting it into Scheme will need to wait for Issue 4289 to make it to master, > since I'll be able to use ly:item-get-column here. However, we lose

Re: Function to display the rhythmic location of a grob (issue 197690044 by david.nales...@gmail.com)

2015-02-18 Thread david . nalesnik
On 2015/02/18 18:12:58, david.nalesnik wrote: On 2015/02/18 18:08:32, david.nalesnik wrote: Putting it into Scheme will need to wait for Issue 4289 to make it to master, since I'll be able to use ly:item-get-column here. However, we lose the nice error reporting which happens when you do (

Re: \displayLilyMusic and default durations

2015-02-18 Thread David Kastrup
"Trevor Daniels" writes: > David Kastrup wrote Wednesday, February 18, 2015 6:00 PM > >> More seriously, currently \displayLilyMusic deals badly with >> { c4 c4 8 8 4 } which gets rendered as { c4 c 8 8 4 } and does >> consequently not recreate its input. It would be rather tricky to fix >> that

Re: \displayLilyMusic and default durations

2015-02-18 Thread Trevor Daniels
David Kastrup wrote Wednesday, February 18, 2015 6:00 PM > More seriously, currently \displayLilyMusic deals badly with > { c4 c4 8 8 4 } which gets rendered as { c4 c 8 8 4 } and does > consequently not recreate its input. It would be rather tricky to fix > that since by the time the 8 is print

Re: Make Grob::name accessible to Scheme (issue 203090043 by david.nales...@gmail.com)

2015-02-18 Thread david . nalesnik
Hmmm. Since this is no longer just a wrapper for Grob::name, I suppose I should rewrite it in Scheme. https://codereview.appspot.com/203090043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-deve

Re: [Lilypond-auto] Issue 4293 in lilypond: Patch: Various fixes/improvements in connection with Smob allocation

2015-02-18 Thread Trevor Daniels
> Comment #3 on issue 4293 by lemzw...@googlemail.com: Patch: Various > fixes/improvements in connection with Smob allocation > https://code.google.com/p/lilypond/issues/detail?id=4293 > > David, in such cases please proceed immediately! +1 Trevor _

Re: Clean up inconsistencies in engraver-init.ly and performer-init.ly (issue 199460043 by thomasmorle...@gmail.com)

2015-02-18 Thread c_sorensen
On 2015/02/18 18:57:21, dak wrote: On 2015/02/18 18:53:03, c_sorensen wrote: > On 2015/02/09 23:46:45, thomasmorley651 wrote: > > > > > I'd happily do it, though, why alpabetically? And why only for the lines with > > \accept, could be done for the context-defs as well. > > And it's also thinka

Re: Clean up inconsistencies in engraver-init.ly and performer-init.ly (issue 199460043 by thomasmorle...@gmail.com)

2015-02-18 Thread dak
On 2015/02/18 18:53:03, c_sorensen wrote: On 2015/02/09 23:46:45, thomasmorley651 wrote: > > I'd happily do it, though, why alpabetically? And why only for the lines with > \accept, could be done for the context-defs as well. > And it's also thinkable to sort it following context-hierarchy:

Re: Clean up inconsistencies in engraver-init.ly and performer-init.ly (issue 199460043 by thomasmorle...@gmail.com)

2015-02-18 Thread c_sorensen
On 2015/02/09 23:46:45, thomasmorley651 wrote: I'd happily do it, though, why alpabetically? And why only for the lines with \accept, could be done for the context-defs as well. And it's also thinkable to sort it following context-hierarchy: first bottom-contexts like Voice, then Staff up to

Re: \displayLilyMusic and default durations

2015-02-18 Thread tisimst
I completely agree. Better to be accurate than visually appealing in this regard. - Abraham Sent from my iPhone > On Feb 18, 2015, at 11:00 AM, David Kastrup [via Lilypond] > wrote: > > > Hi, currently > \displayLilyMusic { c4 c c c } produces output { c4 c c c }. I lean > towards letti

Re: \displayLilyMusic and default durations

2015-02-18 Thread Urs Liska
Am 18.02.2015 um 19:00 schrieb David Kastrup: Hi, currently \displayLilyMusic { c4 c c c } produces output { c4 c c c }. I lean towards letting it produce output { c4 c4 c4 c4 }. Reason: that's what's actually in the data structures of the music. The machinery that tries to decide when it can

Re: Function to display the rhythmic location of a grob (issue 197690044 by david.nales...@gmail.com)

2015-02-18 Thread david . nalesnik
On 2015/02/18 18:08:32, david.nalesnik wrote: Putting it into Scheme will need to wait for Issue 4289 to make it to master, since I'll be able to use ly:item-get-column here. https://codereview.appspot.com/197690044/ ___ lilypond-devel mailing list

Re: Function to display the rhythmic location of a grob (issue 197690044 by david.nales...@gmail.com)

2015-02-18 Thread david . nalesnik
On 2015/02/18 18:07:19, dak wrote: On 2015/02/18 18:05:17, david.nalesnik wrote: > On 2015/02/18 18:02:38, dak wrote: > > On 2015/02/18 17:53:44, david.nalesnik wrote: > > > Please review. Thanks! > > > > Can't this be done just as easily in Scheme? > > Sure--that crossed my mind. The reason I

Re: Function to display the rhythmic location of a grob (issue 197690044 by david.nales...@gmail.com)

2015-02-18 Thread dak
On 2015/02/18 18:05:17, david.nalesnik wrote: On 2015/02/18 18:02:38, dak wrote: > On 2015/02/18 17:53:44, david.nalesnik wrote: > > Please review. Thanks! > > Can't this be done just as easily in Scheme? Sure--that crossed my mind. The reason I went with C++ is so that it would be documen

Re: Function to display the rhythmic location of a grob (issue 197690044 by david.nales...@gmail.com)

2015-02-18 Thread david . nalesnik
On 2015/02/18 18:02:38, dak wrote: On 2015/02/18 17:53:44, david.nalesnik wrote: > Please review. Thanks! Can't this be done just as easily in Scheme? Sure--that crossed my mind. The reason I went with C++ is so that it would be documented prominently, but I could change it if that's not a

Re: Function to display the rhythmic location of a grob (issue 197690044 by david.nales...@gmail.com)

2015-02-18 Thread dak
On 2015/02/18 17:53:44, david.nalesnik wrote: Please review. Thanks! Can't this be done just as easily in Scheme? https://codereview.appspot.com/197690044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinf

\displayLilyMusic and default durations

2015-02-18 Thread David Kastrup
Hi, currently \displayLilyMusic { c4 c c c } produces output { c4 c c c }. I lean towards letting it produce output { c4 c4 c4 c4 }. Reason: that's what's actually in the data structures of the music. The machinery that tries to decide when it can leave off the default duration is potentially e

Function to display the rhythmic location of a grob (issue 197690044 by david.nales...@gmail.com)

2015-02-18 Thread david . nalesnik
Reviewers: , Message: Please review. Thanks! Description: Function to display the rhythmic location of a grob A convenient way to return the musical position of a grob within a score will be very helpful in debugging, among other uses. This patch creates a function ly:grob-rhythmic-location w

Re: Web: introduction.itexi fix typo (Vim -> Emacs) (issue 197530043 by paulwmor...@gmail.com)

2015-02-18 Thread pkx166h
author Paul Morris Tue, 10 Feb 2015 02:11:19 + (21:11 -0500) committer James Lowe Wed, 18 Feb 2015 10:41:39 + (10:41 +) commit 1dfeaf8fd3f2a106bdd37d3b7dc83d9168fff750 https://codereview.appspot.com/197530043/ _

Re: Some more possible tweaks to the appearance of the website

2015-02-18 Thread Trevor Daniels
Paul Morris Wednesday, February 18, 2015 6:43 AM > I have some more changes to propose for the website. You can see two > mock-ups at the links below (just remove the spaces in the URLs). One uses > the current green color for the background, and in the other I tried out a > blue background