Re: TABS string

2017-02-22 Thread Gilles Peltzer
An easy fix was to force the string mark to be under the staff using underscore. { a,2.-2 | d,2.-1_\5 | g2._\4 | c,2.| }>> -G On Wed, Feb 22, 2017 at 9:55 PM, Gilles Peltzer wrote: > Hi Thomas, > Thanks for the help. I understand

Re: TABS string

2017-02-22 Thread Gilles Peltzer
Hi Thomas, Thanks for the help. I understand the logic and giving the priority to open strings is a good default. This is why I wanted to use the string number in the base line: { a,2.-2 | d,2.-1\5 | g2.\4 | c,2. | }>> Doing so made the TABS look ok but the \5 on the d appears shifted to the

Re: translations in new LilyPond website [WAS: Re: New LilyPond website]

2017-02-22 Thread Paul
On 02/22/2017 02:14 PM, Graham Percival wrote: On Mon, Feb 20, 2017 at 12:23:06AM -0500, Paul wrote: What if we separated the design and implementation steps? First, come up with a design that just uses css and simple html (nothing fancy, no library dependencies, etc.), one that offers

Re: Quotes in Lyrics

2017-02-22 Thread David Wright
On Wed 22 Feb 2017 at 18:52:25 (-0500), Joseph Austin wrote: > LilyPons Notation Reference 2.1.2 contains the following example of quotes in > lyrics: > > \relative c' { \time 3/4 e4 e4. e8 d4 e d c2. } > \addlyrics { "\"I" am so lone- "ly\"" said she } > > And there follows a statement that

Quotes in Lyrics

2017-02-22 Thread Joseph Austin
LilyPons Notation Reference 2.1.2 contains the following example of quotes in lyrics: \relative c' { \time 3/4 e4 e4. e8 d4 e d c2. } \addlyrics { "\"I" am so lone- "ly\"" said she } And there follows a statement that seems to say a lyrics word can begin with backslash quote: QUOTE: A word

Re: Start new score without line break

2017-02-22 Thread Thomas Morley
2017-02-22 15:29 GMT+01:00 Andrew Bernard : > Hi All, > > Well, here's what I have so far. All that is needed now is the brace and the > time signature. > > Andrew > > == snip > > \version "2.19.55" > > treble = { > \clef treble > \key a \major > \override

Re: TABS string

2017-02-22 Thread Thomas Morley
2017-02-22 19:32 GMT+01:00 Gilles Peltzer : > Hello, > LiliPond version "2.18.2" > In the following example, the TABS indicate a free string for the first > notes of bar 2 and bar 3, which is not what I want. > If I indicate the string number for the d and g notes on the lower

Re: Melisma with manual syllable durations

2017-02-22 Thread David Wright
On Wed 22 Feb 2017 at 16:21:27 (+), David Sumbler wrote: > On Mon, 2017-02-20 at 19:49 +0100, David Kastrup wrote: > > David Sumbler writes: > > > > > > > > On Sun, 2017-02-19 at 14:49 +, David Sumbler wrote: > > > > > > Thank you for the responses to my question. >

Re: translations in new LilyPond website [WAS: Re: New LilyPond website]

2017-02-22 Thread Graham Percival
On Mon, Feb 20, 2017 at 12:23:06AM -0500, Paul wrote: > What if we separated the design and implementation steps? First, come up > with a design that just uses css and simple html (nothing fancy, no library > dependencies, etc.), one that offers responsive design for smaller screens, > etc.

TABS string

2017-02-22 Thread Gilles Peltzer
Hello, LiliPond version "2.18.2" In the following example, the TABS indicate a free string for the first notes of bar 2 and bar 3, which is not what I want. If I indicate the string number for the d and g notes on the lower voice, the TABS is correct but the indcations shifts to the upper voice on

Re: Different spacings indifferent staves

2017-02-22 Thread Les Éditions Valmajour - pg
Hi Andrew Thanks for your interest! Yes, I'd like to go further in this. The thing is that the solo and piano part are not necessarily corresponding in terms of rhythm; the solo starts to play alone some random rhythms on the written notes, and after a few seconds the piano starts, with the

Re: Melisma with manual syllable durations

2017-02-22 Thread David Sumbler
On Mon, 2017-02-20 at 19:49 +0100, David Kastrup wrote: > David Sumbler writes: > > > > > On Sun, 2017-02-19 at 14:49 +, David Sumbler wrote: > > > > Thank you for the responses to my question. > > > > Unfortunately, I now realise that the question was not clearly > >

Re: Your favourite/most efficient methods of inputting scores (piano)?

2017-02-22 Thread David Wright
On Tue 21 Feb 2017 at 11:35:40 (+0100), Urs Liska wrote: > Am 21.02.2017 um 10:40 schrieb kmg: > In addition, it is often a good idea separate things out in individual > files (e.g. one for each staff or even one for each voice). > > > > I did the same with the score where right hand had only

Re: LilyBin embedded [WAS: New LilyPond website]

2017-02-22 Thread Urs Liska
Am 22.02.2017 um 16:06 schrieb Christ van Willegen: > Hi, > > Op 22 feb. 2017 11:20 schreef >: > > Using a subdomain as proposed (live.lilypond.org > ), the whole lilybin stuff could be > outsourced to a different

Re: LilyBin embedded [WAS: New LilyPond website]

2017-02-22 Thread Christ van Willegen
Hi, Op 22 feb. 2017 11:20 schreef : Using a subdomain as proposed (live.lilypond.org), the whole lilybin stuff could be outsourced to a different server ... finding someone who provides this possibility/server is another story. I have a NAS that I could make accessible to the

Re: Start new score without line break

2017-02-22 Thread Andrew Bernard
Hi All, Well, here's what I have so far. All that is needed now is the brace and the time signature. Andrew == snip \version "2.19.55" treble = { \clef treble \key a \major \override Score.BreakAlignment.break-align-orders = #(make-vector 3 '(left-edge cue-end-clef

Re: Start new score without line break

2017-02-22 Thread Richard Shann
On Wed, 2017-02-22 at 14:28 +0100, Alexander Kobel wrote: > Andrew, > > On 2017-02-22 14:02, Andrew Bernard wrote: [...] > > > Can this be done? I can see how you can use stopStaff and startStaff > > to get close, but there does not appear to be an obvious way to get > > system start delimiters

Re: Start new score without line break

2017-02-22 Thread Andrew Bernard
Hi Alexander, Thanks for this. But I suppose I was not really referring to the highly specific issues in the other thread (or I would have kept in that thread). I would still like to be able to start a new score with no break, for example in books of say, harpsichord music with lots of small,

Re: Start new score without line break

2017-02-22 Thread Alexander Kobel
On 2017-02-22 14:28, Alexander Kobel wrote: > On 2017-02-22 14:02, Andrew Bernard wrote: >> There's currently a thread here which refers in passing to the >> difficulty of starting a new score on a page without a line break or >> a page break. > [...] > I just want to point out one important

Re: Start new score without line break

2017-02-22 Thread Alexander Kobel
Andrew, On 2017-02-22 14:02, Andrew Bernard wrote: > There's currently a thread here which refers in passing to the > difficulty of starting a new score on a page without a line break or > a page break. I assume you refer to the thread that I hijacked to ask Pierre for his MuseScore-made D.C.,

Start new score without line break

2017-02-22 Thread Andrew Bernard
There's currently a thread here which refers in passing to the difficulty of starting a new score on a page without a line break or a page break. Can this be done? I can see how you can use stopStaff and startStaff to get close, but there does not appear to be an obvious way to get system start

Re: Reduce LilyPond installation disk size

2017-02-22 Thread Trevor
--symlink helps a lot! Down to 34M. Thank you. On Wed, Feb 22, 2017 at 11:59 AM Alexander Kobel wrote: > Hi Trevor, > > On 2017-02-22 11:31, Trevor wrote: > > To run LilyPond on AWS Lambda for LilyBin, I need to upload a zip > > file containing the LilyPond executable and

Re: Reduce LilyPond installation disk size

2017-02-22 Thread Alexander Kobel
Hi Trevor, On 2017-02-22 11:31, Trevor wrote: > To run LilyPond on AWS Lambda for LilyBin, I need to upload a zip > file containing the LilyPond executable and assets, and it must be no > larger than 50 MB. Recent versions of LilyPond unstable are about 52 > MB zipped (zip -r9). Are there any

Reduce LilyPond installation disk size

2017-02-22 Thread Trevor
To run LilyPond on AWS Lambda for LilyBin, I need to upload a zip file containing the LilyPond executable and assets, and it must be no larger than 50 MB. Recent versions of LilyPond unstable are about 52 MB zipped (zip -r9). Are there any large files in the installation directory I can delete

Re: LilyBin embedded [WAS: New LilyPond website]

2017-02-22 Thread marc
Using a subdomain as proposed (live.lilypond.org), the whole lilybin stuff could be outsourced to a different server ... finding someone who provides this possibility/server is another story.But I like the "try it!" approach very much.MarcAm 22.02.2017 10:49 vorm. schrieb Phil Holmes

Re: LilyBin embedded [WAS: New LilyPond website]

2017-02-22 Thread Henning Hraban Ramm
Am 2017-02-22 um 10:49 schrieb Phil Holmes : > We have a policy of not using server CPU for processing on lilypond.org, > because it's donated to us at no cost - so I don't think lilybin could be > hosted on the lilypond.org site. But live.lilypond.org could point at the

Re: LilyBin embedded [WAS: New LilyPond website]

2017-02-22 Thread Phil Holmes
We have a policy of not using server CPU for processing on lilypond.org, because it's donated to us at no cost - so I don't think lilybin could be hosted on the lilypond.org site. -- Phil Holmes - Original Message - From: tisimst To: lilypond-user@gnu.org Sent: Tuesday,

Re: Different spacings indifferent staves

2017-02-22 Thread Alexander Kobel
Hi Pierre, On 2017-02-22 10:28, Les Éditions Valmajour - pg wrote: > Hi Alexander! > > The Naudot was engraved with MuseScore, not Lilypond. Only the three > pieces at the top of the list are done with Lily (the Concertino is > not ready yet). ah, I see. I recognized Lily's treble clef, but

Re: Different spacings indifferent staves

2017-02-22 Thread Les Éditions Valmajour - pg
Hi Alexander! The Naudot was engraved with MuseScore, not Lilypond. Only the three pieces at the top of the list are done with Lily (the Concertino is not ready yet). I read some time ago about that problem, because I wanted to do the same for the Chédeville (multiple short pieces sometimes