Re: Patch: issue #659

2010-01-20 Thread Marc Hohl
Alexander Kobel schrieb: Marc Hohl wrote: Trevor Daniels schrieb: It is easy for a user to move the sign to the end of the staff lines with \once \override Score.BarLine #'extra-offset = #'(1 . 0) \once \override Score.SpanBar #'extra-offset = #'(1 . 0) if this was really wanted, althou

Re: [PATCH] Update program requirements.

2010-01-20 Thread Mark Polesky
Patrick McCarty wrote: >> * New compiling requirements: >> - GCC 4.0 > Are you sure this is required? > OpenBSD's gcc 3.3.5 apparently works okay with this patch: > http://lists.gnu.org/archive/html/lilypond-devel/2009-12/msg00324.html I think Graham was suggesting that by updating the requireme

Re: [PATCH] Update program requirements.

2010-01-20 Thread Patrick McCarty
On Wed, Jan 20, 2010 at 7:12 PM, Mark Polesky wrote: > Here's a patch to update the following requirements: > > * New running requirements: >  -  guile 1.8.2 >  -  ghostscript 8.60 This is probably okay. Later Ghostscript versions have fixed various font embedding issues. > * New compiling requ

[PATCH] Update program requirements.

2010-01-20 Thread Mark Polesky
Here's a patch to update the following requirements: * New running requirements: - guile 1.8.2 - ghostscript 8.60 * New compiling requirements: - GCC 4.0 This is based on Graham's recommendation here: http://n2.nabble.com/CG-chapter-3-first-draft-td4418540.html#a4420899 Okay to push? -

Working on scheme engravers

2010-01-20 Thread Eric Knapp
Hello, I was asked to start posting here with my questions about scheme engravers. I'm also learning scheme so my questions will be naive, and my code is probably not up to scheme conventions. I have started with the scheme-engraver.ly sample. I'm using Lilypond 2.13.11 on OS X and Linux. I attach

Re: Patch: issue #659

2010-01-20 Thread Trevor Daniels
Marc Hohl wrote Wednesday, January 20, 2010 9:54 AM Trevor Daniels schrieb: [...] I would not worry about this. As Alexander has pointed out, examples showing the staff lines extending through the sign and not extending through the sign can be found. It is easy for a user to move the sign

How to modify chordmode parser?

2010-01-20 Thread David Kastrup
Hi, accordion entry again... I want to distinguish single bass buttons from chord buttons. Single basses are usually located in a lower octave. When written out, you usually arrive at something like c,:1 c:m g,:1 c:m Now that is cumbersome to write, so I would like to be able to write C c:m

Re: Ties and slurs going into repeat alternatives

2010-01-20 Thread David Kastrup
Han-Wen Nienhuys writes: > On Wed, Jan 20, 2010 at 6:19 AM, David Kastrup wrote: > Is there a routine that does most of the cloning business so that it is reasonably easy to fix the behavior of \repeat volta? >>> >>> The problem is that the 2nd slur needs to be wired to other >>> noteh

Re: Ties and slurs going into repeat alternatives

2010-01-20 Thread Han-Wen Nienhuys
On Wed, Jan 20, 2010 at 6:19 AM, David Kastrup wrote: >>> Is there a routine that does most of the cloning business so that it is >>> reasonably easy to fix the behavior of \repeat volta? >> >> The problem is that the 2nd slur needs to be wired to other >> noteheads/stems/etc. for the formatting

Re: Several thoughts for implementing accordion standard bass support

2010-01-20 Thread Han-Wen Nienhuys
On Wed, Jan 20, 2010 at 6:11 AM, David Kastrup wrote: > StdbassEngraver = #`((listeners >                       (note-event . >                        ,(lambda (engraver event) >                          (let* ((pitch (ly:event-property event 'pitch))) >                        

Re: [PATCH] programming-interface.itely: add backquote to Scheme example with comma.

2010-01-20 Thread David Kastrup
Joe Neeman writes: > On Wed, 2010-01-20 at 20:28 +0100, David Kastrup wrote: >> >> > Perhaps the real problem is that it is presented out of context. That >> > is, maybe we should have >> > >> > \override AccidentalSuggestion #'X-offset = (ly:make-simple-closure ...) >> > >> > instead. >> >> Th

Re: [PATCH] programming-interface.itely: add backquote to Scheme example with comma.

2010-01-20 Thread Joe Neeman
On Wed, 2010-01-20 at 20:28 +0100, David Kastrup wrote: > Joe Neeman writes: > > > On Tue, 2010-01-19 at 22:25 +0100, David Kastrup wrote: > >> --- > >> .../extending/programming-interface.itely |2 +- > >> 1 files changed, 1 insertions(+), 1 deletions(-) > >> > >> diff --git a/Doc

Re: [PATCH] programming-interface.itely: add backquote to Scheme example with comma.

2010-01-20 Thread David Kastrup
Joe Neeman writes: > On Tue, 2010-01-19 at 22:25 +0100, David Kastrup wrote: >> --- >> .../extending/programming-interface.itely |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/Documentation/extending/programming-interface.itely >> b/Documentation/ext

Re: [PATCH] programming-interface.itely: add backquote to Scheme example with comma.

2010-01-20 Thread Joe Neeman
On Tue, 2010-01-19 at 22:25 +0100, David Kastrup wrote: > --- > .../extending/programming-interface.itely |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Documentation/extending/programming-interface.itely > b/Documentation/extending/programming-interface.

Re: GUB buiding from a local source tree?

2010-01-20 Thread Graham Percival
On Wed, Jan 20, 2010 at 11:01:24AM -0500, Boris Shingarov wrote: > But for me the whole thing about GUB is driven by the organizational > side: as a developer, I am completely happy with the Linux development > platform, and am much more interested in furthering Lilypond rather than > trying t

Re: Enhancement: Page breaking to avoid widow lines

2010-01-20 Thread Joe Neeman
On Wed, 2010-01-20 at 10:36 -0500, Boris Shingarov wrote: > Quoting Joe Neeman : > > > Again, I'd suggest uploading patches to codereview.appspot.com, which > > provides nice formatting and makes it easy to have multiple reviewers. > > Are there lilypond patches discussed there already? I looke

Re: GUB buiding from a local source tree?

2010-01-20 Thread Boris Shingarov
Quoting Graham Percival : I'm completely serious. My GUB tree is *filled* with ugly hacks like this. It would be nice if they weren't needed, but it'll probably take 20-50 more hours of work until this is the case. Oh, I completely understand this. And this is the exact reason why I am as

Re: Enhancement: Page breaking to avoid widow lines

2010-01-20 Thread Boris Shingarov
Quoting Joe Neeman : Again, I'd suggest uploading patches to codereview.appspot.com, which provides nice formatting and makes it easy to have multiple reviewers. Are there lilypond patches discussed there already? I looked around the list of repositories, but I can't find Lilypond. Is ther

doc correction

2010-01-20 Thread Hajo Dezelski
In the german documentation : 2.4.1 Übliche Notation für gebundene Saiteninstrumente Angepasste Tabulaturen 3. paragraph last sentence: "Die vordefinierten Stimmungen finden sich in scm/output-lib.scm." This should read: "Die vordefinierten Stimmungen finden sich in scm/tabulature.scm." html-

Re: Patch: issue #659

2010-01-20 Thread Alexander Kobel
Marc Hohl wrote: Trevor Daniels schrieb: It is easy for a user to move the sign to the end of the staff lines with \once \override Score.BarLine #'extra-offset = #'(1 . 0) \once \override Score.SpanBar #'extra-offset = #'(1 . 0) if this was really wanted, although this would admittedly p

Re: Patch: issue #659

2010-01-20 Thread Marc Hohl
Trevor Daniels schrieb: [...] I would not worry about this. As Alexander has pointed out, examples showing the staff lines extending through the sign and not extending through the sign can be found. It is easy for a user to move the sign to the end of the staff lines with \once \override

Re: Ties and slurs going into repeat alternatives

2010-01-20 Thread David Kastrup
Han-Wen Nienhuys writes: > On Tue, Jan 19, 2010 at 7:36 PM, David Kastrup wrote: >> at a line break, ties and slurs are cloned in order to reappear after >> the line break. >> >> The same cloning should happen for repeat alternatives: a slur or tie >> that is started before the alternatives bloc

Re: Several thoughts for implementing accordion standard bass support

2010-01-20 Thread David Kastrup
Han-Wen Nienhuys writes: > On Tue, Jan 19, 2010 at 11:55 AM, David Kastrup wrote: > StdbassEngraver = #`((listeners                       (note-event .                        ,(lambda (engraver event)                          (let* ((pitch (ly:event-property event 'pitch))) >