Re: Combining voices in American Hymns

2016-09-07 Thread Noeck
Hi David, it is on the same page in the docs: http://lilypond.org/doc/v2.18/Documentation/notation/multiple-voices The normal \voiceOne and \voiceTwo contruct shows each voice with their stems (and slurs etc.) in different directions. Partcombine is exactly for the case you don't want: to print

Combining voices in American Hymns

2016-09-07 Thread David F .
Is there a way to combine two voices and print both stems (up and down) when the voices share a note? \partcombine does not appear to do this by default. American SATB hymns are typically engraved with the soprano and alto voices combined and the tenor and bass voices combined. If a note in

Re: calculation of the total duration of a score

2016-09-07 Thread Paul
On 09/05/2016 05:01 AM, Marc Hohl wrote: Has someone else already done something like this? I have no experience in writing scheme engravers, so any hint would be highly appreciated. lilypond-html-live-score does something like this by post-processing an SVG with python to add meta data to

Re: Positioning text marks

2016-09-07 Thread Joel C. Salomon
On Wed, Sep 7, 2016 at 7:34 PM, Kevin Barry wrote: > This should work: > > \override Script.script-priority = #0 > > That will make the fermata go closer to the note than the text. Any > value less than 200 should work. I'm not sure what the usual value of > a fermata is. I'm

Re: Positioning text marks

2016-09-07 Thread Kevin Barry
This should work: \override Script.script-priority = #0 That will make the fermata go closer to the note than the text. Any value less than 200 should work. I'm not sure what the usual value of a fermata is. I'm surprised it gets positioned above Text by default. Kevin

Re: changing staff-size throughout a score

2016-09-07 Thread Thomas Morley
2016-09-08 1:24 GMT+02:00 Urs Liska : > > > Am 08.09.2016 um 01:16 schrieb Thomas Morley: >> 2016-09-08 0:59 GMT+02:00 Trevor Daniels : >>> Hi Urs >>> >>> I think \magnifyStaff would do this. See >>>

Re: changing staff-size throughout a score

2016-09-07 Thread Urs Liska
Am 08.09.2016 um 01:16 schrieb Thomas Morley: > 2016-09-08 0:59 GMT+02:00 Trevor Daniels : >> Hi Urs >> >> I think \magnifyStaff would do this. See >> http://lilypond.org/doc/v2.19/Documentation/notation/setting-the-staff-size >> >> Trevor >> >> - Original Message

Re: changing staff-size throughout a score

2016-09-07 Thread Thomas Morley
2016-09-08 0:59 GMT+02:00 Trevor Daniels : > Hi Urs > > I think \magnifyStaff would do this. See > http://lilypond.org/doc/v2.19/Documentation/notation/setting-the-staff-size > > Trevor > > - Original Message - > From: "Urs Liska" > To:

Re: changing staff-size throughout a score

2016-09-07 Thread Trevor Daniels
Hi Urs I think \magnifyStaff would do this. See http://lilypond.org/doc/v2.19/Documentation/notation/setting-the-staff-size Trevor - Original Message - From: "Urs Liska" To: "lilypond-user" Sent: Wednesday, September 07, 2016 11:40 PM

Positioning text marks

2016-09-07 Thread Joel C. Salomon
(Second try; my earlier attempt seems to have gotten lost at the post office. I’ve taken the opportunity to learn more, but my questions still hold, so here goes.) Here’s the relevant parts of my code trying to replicate the attached score: \version "2.19" \score { {

changing staff-size throughout a score

2016-09-07 Thread Urs Liska
Hi all, is it possible to change the size of the StaffSymbol along the way through a score? My impression is that \override Score.StaffSymbol.staff-space has an effect only when applied in a \with block or at the very first start of a Staff. However, I don't see a reason for that

Re: circle of fifths

2016-09-07 Thread Simon Albrecht
On 07.09.2016 12:47, Andrew Bernard wrote: But can you tell me what QuiZi means in the code? That one I could not figure out. Some sort of Chinese combat technique, obviously :-) ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Video generation, bash script, keeps sync in spite of tempo changes

2016-09-07 Thread David Nalesnik
On Wed, Sep 7, 2016 at 7:20 AM, Phil Hézaine wrote: > On 06/09/2016 14:22, Knut Petersen wrote: >> >> Hi everybody! >> >> I think some people might be interested in the files attached. >> >> JSBI1.ly is a sample document (Bach Invention No. 1) that demonstrates >> the

Re: Video generation, bash script, keeps sync in spite of tempo changes

2016-09-07 Thread Urs Liska
Am 07.09.2016 um 14:20 schrieb Phil Hézaine: > On 06/09/2016 14:22, Knut Petersen wrote: >> Hi everybody! >> >> I think some people might be interested in the files attached. >> >> JSBI1.ly is a sample document (Bach Invention No. 1) that demonstrates >> the syntax. >> It includes some insane

Re: circle of fifths

2016-09-07 Thread Roland Goretzki
Hello Andrew, QuiZi is just an abbreviation for "Quinten-Zirkel", and this is in English "circle of fifths". :-) Best Regards Roland You wrote > Hi Manuela, > > Don???t apologise! It???s a really wonderful piece of code! > > But can you tell me what QuiZi means in the code? That one

Re: Video generation, bash script, keeps sync in spite of tempo changes

2016-09-07 Thread Phil Hézaine
On 06/09/2016 14:22, Knut Petersen wrote: Hi everybody! I think some people might be interested in the files attached. JSBI1.ly is a sample document (Bach Invention No. 1) that demonstrates the syntax. It includes some insane tempo changes and a bad layout to force pages with a variable number

Re: circle of fifths

2016-09-07 Thread Manuela
Update: maybe it will be a good idea to change the notenames to English using Frescobaldi before publishing the code in the LSR. -- View this message in context: http://lilypond.1069038.n5.nabble.com/circle-of-fifths-tp194235p194296.html Sent from the User mailing list archive at Nabble.com.

Re: circle of fifths

2016-09-07 Thread Andrew Bernard
Hi Manuela, Don’t apologise! It’s a really wonderful piece of code! But can you tell me what QuiZi means in the code? That one I could not figure out. Andrew On 7 September 2016 at 8:27:46 PM, Manuela (pressephotogra...@gmail.com) wrote: Hi, I am the author of the snippet. I want to

Re: circle of fifths

2016-09-07 Thread Manuela
Hi, I am the author of the snippet. I want to apologize for the inconvenience caused by my code snippet by using German note names and variable names. I wrote this code for me and had the idea of putting it into the LSR later. In the meantime I am not satisfied any more with the code at all,

Re: Changing MulitMeasureRest.stencil to a squiggle

2016-09-07 Thread Marc Hohl
Hi David, hi Harm, thanks a lot for your work! Am 06.09.2016 um 22:50 schrieb David Nalesnik: [...] P. S. This all might be easier if the C++ were translated to Scheme. Then there would be no need to try to match the old stencil's dimensions, and no redundant calculations. Looks like it

Re: circle of fifths

2016-09-07 Thread Marc Hohl
Am 06.09.2016 um 19:34 schrieb David Kastrup: Simon Albrecht writes: [...] At least in mostly functional programming languages. It might be argued that German is perfectly appropriate for imperative languages. ;-)