Question concerning my code

2016-07-24 Thread Raphael Thoene
> I'm not top posting Hi, as a newbie, I probably do something very „simple“ wrong but my code works until the lower voice in the left hand. Then I receive the following error message: Starting lilypond 2.18.2 [Tylam-Susato-c-1500-c-1564-Pavane.ly]... Processing `/var/folders/6q/lvl_dtbx73b7605

Re: Question concerning my code

2016-07-24 Thread Jean Brefort
Le dimanche 24 juillet 2016 à 09:33 +, Raphael Thoene a écrit : > > > > I'm not top posting > Hi, > > as a newbie, I probably do something very „simple“ wrong but my code > works >  until the lower voice in the  > left hand. Then I receive the following error message: > > Starting lilypond 2

Re: Question concerning my code

2016-07-24 Thread Jacques Menu Muzhic
Hello Raphael, Fixing the code as mentioned by Jean produces the score alright, with the following log: Starting lilypond 2.19.44 [Untitled (2)]... Processing `/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6mgn/T/frescobaldi-wikH7Q/tmpX8ROGi/document.ly' Parsing... Interpreting music... warning: c

Re: Question concerning my code

2016-07-24 Thread Urs Liska
Am 24. Juli 2016 11:56:59 MESZ, schrieb Jacques Menu Muzhic : >Hello Raphael, > >Fixing the code as mentioned by Jean produces the score alright, with >the following log: > > Starting lilypond 2.19.44 [Untitled (2)]... >Processing >`/var/folders/jc/xrpy67_x6_vcjfzpzds_9_6mgn/T/frescobaldi-wi

Re: Question concerning my code

2016-07-24 Thread Urs Liska
Ah: \new Voice needs a capital V. Am 24. Juli 2016 11:33:39 MESZ, schrieb Raphael Thoene : >> I'm not top posting >Hi, > >as a newbie, I probably do something very „simple“ wrong but my code >works > until the lower voice in the >left hand. Then I receive the following error message: > >Starting

Re: Question concerning my code

2016-07-24 Thread Dr . Raphael D . Thöne
Hi Jean, thank you so much! Now it works…. Raphael. > Am 24.07.2016 um 11:44 schrieb Jean Brefort : > > Le dimanche 24 juillet 2016 à 09:33 +, Raphael Thoene a écrit : >>> >>> I'm not top posting >> Hi, >> >> as a newbie, I probably do something very „simple“ wrong but my code >> works >>

Question as well

2016-07-24 Thread Dr . Raphael D . Thöne
I’m not top posting Hi, as a newbie, I probably do something very „simple“ wrong but my code works until the lower voice in the left hand. Then I receive the following error message: Starting lilypond 2.18.2 [Tylam-Susato-c-1500-c-1564-Pavane.ly].

Question concerning my code

2016-07-24 Thread Dr . Raphael D . Thöne
> I’m not top posting Hi, as a newbie, I probably do something very „simple“ wrong but my code works until the lower voice in the left hand. Then I receive the following error message: Starting lilypond 2.18.2 [Tylam-Susato-c-1500-c-1564-Pavane.ly

Re: I am not top posting

2016-07-24 Thread Robert Edge
Thank you, that is precisely what was happening. On Sun, Jul 24, 2016 at 2:49 AM, Nathan Ho wrote: > On 2016-07-23 21:05, Robert Edge wrote: > >> I have no idea why, but this interface won't let me ask a question. It >> says >> I am top posting. >> >> I am not top posting. I have not quoted

Re: Question concerning my code

2016-07-24 Thread Dr . Raphael D . Thöne
Thanks as well ;-) Best Raphael. > Am 24.07.2016 um 11:56 schrieb Jacques Menu Muzhic : > > Hello Raphael, > > Fixing the code as mentioned by Jean produces the score alright, with the > following log: > > Starting lilypond 2.19.44 [Untitled (2)]... > Processing > `/var/folders/jc/xrpy67_x6

Re: Question as well

2016-07-24 Thread Knute Snortum
This has several problems, but the most pressing are that there is a missing ">>" just before the \layout and a missing "}" at the end. --- Knute Snortum (via Gmail) On Sun, Jul 24, 2016 at 2:23 AM, Dr. Raphael D. Thöne < raphael.tho...@drraphaeldthone.onmicrosoft.com> wrote: > I’m not top post

Re: getting repeat bar lines to print across an entire system

2016-07-24 Thread Robert Edge
So there is a snippet here: http://lsr.di.unimi.it/LSR/Item?id=1032 That gets pretty close. I am assuming that no one writes that much scheme code unless the functionality is broken in Lilypond proper. I'll prepare a bug report. ___ lilypond-user maili

Re: getting repeat bar lines to print across an entire system

2016-07-24 Thread Andrew Bernard
Hi Robert, Welcome to the lilypond universe. In relation to Scheme code volume, your assumption is a bit off. The LSR you refer to is about a typical size Scheme function for the level of functionality it is providing. It's not twenty pages after all, and for a fluent Scheme programmer, it is not

Adding space between staves and Dynamics

2016-07-24 Thread Alberto Simões
Hi How can I add a little more space between the Dynamics and the lower staff upper lyrics? (see attach). The group can be resumed as: \new ChoirStaff << \new Staff = "staffu" << \new Voice = "melA" \upA \new Voice = "melB" \upB >> \new Lyrics \with { alignAbo

Re: Question concerning my code

2016-07-24 Thread Dr . Raphael D . Thöne
Thanks! That fixed it. Raphael. Am 24.07.2016 um 12:13 schrieb Urs Liska mailto:u...@openlilylib.org>>: Ah: \new Voice needs a capital V. Am 24. Juli 2016 11:33:39 MESZ, schrieb Raphael Thoene mailto:raphael.tho...@drraphaeldthone.onmicrosoft.com>>: I'm not top posting Hi, as a newbie, I pr

Re: Question concerning my code

2016-07-24 Thread David Wright
On Sun 24 Jul 2016 at 12:12:35 (+0200), Urs Liska wrote: > Am 24. Juli 2016 11:56:59 MESZ, schrieb Jacques Menu Muzhic > : [...] > >If I may suggest: you’ll be better off using a Lilypond-aware editor > >such as Frescobaldi, that will indent your code automatically as well > >as supply context-sen

Re: getting repeat bar lines to print across an entire system

2016-07-24 Thread Robert Edge
> > I'd also add that it is not so much the case the lilypond is broken > and fails to function, but that lilypond just fails to provide a > particular function that you have need of. > By broken I mean failing to behave as the documentation says it should. see here: http://lilypond.org/doc/v2.1

Re: getting repeat bar lines to print across an entire system

2016-07-24 Thread Carl Sorensen
On 7/24/16 9:43 AM, "Robert Edge" wrote: >Are you >saying that the current behavior is intentional, that the Lilypond >developers think that is how those bar lines should look? I don't know >that I've ever seen someone draw a chart like that. If this is how the >program is intended to behave

Re: Question as well

2016-07-24 Thread David Kastrup
Dr. Raphael D. Thöne writes: > I’m not top posting Actually, that line _needs_ to start with '>' since the important thing (if I understand correctly, that is) for the mailing list software is that the first line starts with ">" in order to know that this is not top posting. The text is likely

Re: getting repeat bar lines to print across an entire system

2016-07-24 Thread David Kastrup
Andrew Bernard writes: > Hi Robert, > > Welcome to the lilypond universe. > > In relation to Scheme code volume, your assumption is a bit off. The > LSR you refer to is about a typical size Scheme function for the level > of functionality it is providing. It's not twenty pages after all, and > fo

Re: Adding space between staves and Dynamics

2016-07-24 Thread Simon Albrecht
Am 24.07.2016 um 16:37 schrieb Alberto Simões: How can I add a little more space between the Dynamics and the lower staff upper lyrics? (see attach). Override VerticalAxisGroup.nonstaff-nonstaff-spacing in either of the contexts, see

bis

2016-07-24 Thread erik
Hi List, Does Lilypond have a built-in way of making "bis" repeats? I.e. a horizontal bracket over one or a few measures with the word "bis", indicating that the section is to be played twice. Regards Erik ___ lilypond-user mailing list lilypond-user@

Re: I am not top posting

2016-07-24 Thread Chris Yate
Hi Robert, Out of interest, what interface are you using? Chris On Sun, 24 Jul 2016 at 14:17 Robert Edge wrote: > Thank you, that is precisely what was happening. > > > > On Sun, Jul 24, 2016 at 2:49 AM, Nathan Ho wrote: > >> On 2016-07-23 21:05, Robert Edge wrote: >> >>> I have no idea why,

Re: bis

2016-07-24 Thread Chris Yate
Erik, Do you want it to reproduce that in Midi, or just create the appropriate markup? Could you create a mockup of what you want and post it (I'm sure it's possible if not quite easy to create the output). It's not a style of repeats I've ever seen. Chris On Mon, 25 Jul 2016 at 00:24 wrote:

Re: I am not top posting

2016-07-24 Thread Robert Edge
> Out of interest, what interface are you using? > > > This is coming directly from my email account, as was the message that posted successfully in my other thread. The experienced the issue with the gmane web interface. It appears that the '<<' characters in some lilypond code was the issue. __

Re: bis

2016-07-24 Thread erik
Just the markup would work fine, I don't need correct Midi playback! Attached is a mockup. I've seen this notation in a couple of old tune books of Swedish traditional music, and I thought it was a common thing, until I started googling for it - seems to be quite rare actually... But it is a very