Re: \makeOctaves broken?

2012-04-19 Thread Urs Liska
Hi Jay, Thanks for the link. I'l look into it, but am practically sure that I won't be able to fix anything. As mentioned I don't have any experience with Scheme. Best Urs BTW: The current piece not only has plenty of octaves (one voice is virtually octaves-only), but each octave has a -.

Re: \makeOctaves broken?

2012-04-19 Thread Jan-Peter Voigt
Hello Urs, the articulations are were copied to the EventChord - so I added copying the articulations from NoteEvent to EventChord. That means, they should not stay in the NoteEvents when getting wrapped into the EventChord: --snip-- \version 2.15.36 #(define (with-octave-up m octave)

Re: \makeOctaves broken?

2012-04-19 Thread David Kastrup
I am not topposting Let's see whether bypassing Gmane gets us into the discussion any faster. Jan-Peter Voigt jp.vo...@gmx.de writes: Hello Urs, the articulations are were copied to the EventChord - so I added copying the articulations from NoteEvent to EventChord. That means, they

Re: \makeOctaves broken?

2012-04-19 Thread Jan-Peter Voigt
Hello David, thank you for implementing this stuff! This is nice, but there are two things to mention: 1. with Urs' example, lily complains about Slurs it can't finish 2. if you try this tiny snippet, the chord g b is actually broken in two notes and the slur is typed twice. So how do you

Re: Separating bow marks from notes

2012-04-19 Thread David Kastrup
-Eluze elu...@gmail.com writes: lesmondo wrote: Hi, I'm trying to separate bow marks/fingerings from notes and the bow marks/fingerings don't align with the notes correctly. What am I doing wrong? I don't understand why you are using fingerings and bows in both voices!? It is

Invisible page numbers

2012-04-19 Thread Antonio Soler
Hi. Is there a way to remove page numbers in Lilypond v2.14.2? Thanks to all. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \makeOctaves broken?

2012-04-19 Thread David Kastrup
Urs Liska li...@ursliska.de writes: I was quite happy to find the function \makeOctaves in the LSR. But now it seems to be broken - there is no error message, but the function doesn't do anything (2.15.36). As I don't know _anything_ about Scheme I can't do more than ask if anybody has an

Re: \makeOctaves broken?

2012-04-19 Thread David Kastrup
Urs Liska li...@ursliska.de writes: [...] I recommend a healthy dose of cheating. The main non-triviality seems to be dealing with relative music properly. Other than that it is just \transpose c' c'' $xxx $xxx or similar. So let's treat the problem at the root, with a to-relative-callback

Re: \makeOctaves broken?

2012-04-19 Thread David Kastrup
I am not top posting Yes, this is a duplicate, but perhaps with the not top posting stupidity it will actually arrive at the list before the discussion is over. I apologize for whichever copy will arrive latest. Urs Liska li...@ursliska.de writes: [...] I recommend a healthy dose of

Re: Invisible page numbers

2012-04-19 Thread Hwaen Ch'uqi
On 4/18/12, Antonio Soler solem.tempe...@gmail.com wrote: Hi. Is there a way to remove page numbers in Lilypond v2.14.2? Thanks to all. Greetings, This can be specified in the \paper block, placed at the head of your file. \paper { print-page-number = ##f } Section 4.1

Re: \makeOctaves broken?

2012-04-19 Thread David Kastrup
Jan-Peter Voigt jp.vo...@gmx.de writes: Hello David, thank you for implementing this stuff! This is nice, but there are two things to mention: 1. with Urs' example, lily complains about Slurs it can't finish Not really surprising since slurs start on two notes and finish on three with the

Re: \makeOctaves broken?

2012-04-19 Thread David Kastrup
David Kastrup d...@gnu.org writes: Jan-Peter Voigt jp.vo...@gmx.de writes: Hello David, thank you for implementing this stuff! This is nice, but there are two things to mention: 1. with Urs' example, lily complains about Slurs it can't finish Not really surprising since slurs start on

Re: String Bass Notation

2012-04-19 Thread Tim Roberts
-Eluze wrote: Tim Roberts wrote: This is a hand-drawn score. I'm thinking that they probably meant snap pizzicato, and it was easier to draw the line all the way through than to stop part way through. Snap pizzicato would fit in the context, and I have found no source that shows the exact

Re: \makeOctaves broken?

2012-04-19 Thread Urs Liska
Hi all, thank you very much for all these thoughts. I'm so sorry that I don't understand a (Scheme) word from it ... But judging from my programming experience in other languages David's last solution looks _very_ elegant. And it seems to work, even with still more complex chords and multiple

Re: \makeOctaves broken?

2012-04-19 Thread Urs Liska
just another observation: While it worked smoothly with the last example, the function complains when there are phrasingSlurs involved. I get a message saying a) (at the beginning) that there already is a phrasingSlur and b) (at the end) that the phrasingSlur can't be ended. The result is

Re: \makeOctaves broken?

2012-04-19 Thread David Kastrup
Urs Liska li...@ursliska.de writes: just another observation: While it worked smoothly with the last example, the function complains when there are phrasingSlurs involved. I get a message saying a) (at the beginning) that there already is a phrasingSlur and b) (at the end) that the

controlling footnote separator line

2012-04-19 Thread Urs Liska
Hello list, I was very pleased to see that by now one can write footnotes quite easily. Unfortunately I didn't find the property that controls the line separating the footnote. from the score. I would like to have the footnote either without any separator or with a short, left-aligned line.

Footnote documentation error

2012-04-19 Thread Nick Payne
The documentation at http://lilypond.org/doc/v2.15/Documentation/notation/creating-footnotes for both automatic and manual footnotes says that the \footnote command must come *before* the grob to which the footnote is being attached. This doesn't seem to be the case. Here the \footnote

Re: Footnote documentation error

2012-04-19 Thread James
Hello, On 20 April 2012 00:40, Nick Payne nick.pa...@internode.on.net wrote: The documentation at http://lilypond.org/doc/v2.15/Documentation/notation/creating-footnotes for both automatic and manual footnotes says that the \footnote command must come *before* the grob to which the footnote

Re: Footnote documentation error

2012-04-19 Thread m...@apollinemike.com
On Apr 20, 2012, at 7:40 AM, James wrote: Hello, On 20 April 2012 00:40, Nick Payne nick.pa...@internode.on.net wrote: The documentation at http://lilypond.org/doc/v2.15/Documentation/notation/creating-footnotes for both automatic and manual footnotes says that the \footnote command must