Re: ScholarLy and polymetric music? (bar numbering, \RemoveEmptyStaffContext)

2015-11-11 Thread Graham King
On Wed, 2015-11-11 at 09:18 +0100, Urs Liska wrote: > > > > Am 11.11.2015 um 01:32 schrieb Graham King: > > > > > On Tue, 2015-11-10 at 22:50 +0100, Urs Liska wrote: > > > > > Am 10.11.2015 um 18:06 schrieb Graham King: > > > > On Tue, 2015-11-10 at 10:09 +0100, Urs Liska wrote: > > >

Re: [feature-request] optional duration for temporary

2015-11-11 Thread David Kastrup
Kieren MacMillan writes: > Hi David, > >> But if you have to close the group anyway with a brace, where is the >> point in not just doing a music function doing >> >> { \temporary $xxx ... \undo $xxx } > > Wouldn’t one have to create a separate music function for

misleading message and exit code when "program too old"

2015-11-11 Thread Johannes Waldmann
Hi. I am getting this: Parsing... error: program too old: 2.18.2 (file requires: 2.19.0) but apparently it's not an error, since the processing continues, and the pdf file is produced. but still, my Makefile is confused because the exit code is 1 (not 0) I can turn off exit code checking in

Re: Scholarly footnotes

2015-11-11 Thread Urs Liska
Am 10.11.2015 um 17:39 schrieb Urs Liska: > > > Am 10.11.2015 um 17:08 schrieb Graham King: >> ... long snip ... >> >> I confess I'm a bit daunted by the LaTeX learning curve, and it is >> possible that I'm not uniquely inadequate in that respect. So a >> Lilypond-only solution would be ideal

Re: ScholarLy and polymetric music? (bar numbering, \RemoveEmptyStaffContext)

2015-11-11 Thread Urs Liska
Am 11.11.2015 um 11:14 schrieb Graham King: > annotate "installs" itself in the Score context, and in polymetric scores the timing-translator has to be removed from that context. So to approach the issue one would have to remove \annotationProcessor from the Score

Re: [feature-request] optional duration for temporary

2015-11-11 Thread Jan-Peter Voigt
Hi Kieren, et.al., David came up with a nice solution :) To get such a function with the edition-engraver, we will have to integrate some other piece. The proposed solution works horizontal in time, while the edition-engraver is triggered "vertically" in time. So there has to be an event,

Re: [feature-request] optional duration for temporary

2015-11-11 Thread Kieren MacMillan
Hi David, As always, a wonderful solution. Thank you! %%% SNIPPET BEGINS \version "2.19.30" ranged = #(define-music-function (overrides music) (ly:music? ly:music?) #{ \temporary $overrides #music \undo $overrides #}) { c d e f \ranged \override NoteHead.color = #red { c d e f } c d e

Re: [feature-request] optional duration for temporary

2015-11-11 Thread Kieren MacMillan
Hi Johan, > I'd hate the counting of measures… Me, too… but…? > { \local LyricText.extra-offset = #’(0 . -1) … } Ah! Even better. Thanks, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info

Re: [feature-request] optional duration for temporary

2015-11-11 Thread Johan Vromans
On Wed, 11 Nov 2015 13:42:58 +0100 David Kastrup wrote: > But if you have to close the group anyway with a brace, where is the > point in not just doing a music function doing > > { \temporary $xxx ... \undo $xxx } I do not see how to cope with the $xxx. Could you give an example

Gounod - Le Rendez Vous

2015-11-11 Thread Alberto Simões
Dear list, Again, I am both pleased to announce the transcription of the Gounod Suite of Valses, "Le Rendez Vous" [1] and asking for any correction you might suggest. There is a couple of details you will find different from the original that are my own decision. But they should be clear.

Re: [feature-request] optional duration for temporary

2015-11-11 Thread Kieren MacMillan
Hi David, > But if you have to close the group anyway with a brace, where is the > point in not just doing a music function doing > > { \temporary $xxx ... \undo $xxx } Wouldn’t one have to create a separate music function for each possible tweak? If not, then there is, as you say, no point.

Re: misleading message and exit code when "program too old"

2015-11-11 Thread Malte Meyn
Am 11.11.2015 um 14:19 schrieb Johannes Waldmann: Hi. I am getting this: Parsing... error: program too old: 2.18.2 (file requires: 2.19.0) but apparently it's not an error, Yes, it is because the file states to need version 2.19.0 and you cannot be sure that 2.18.2 will be sufficient.

Re: Cross-staff arpeggio line AND arpeggio bracket on the same notes

2015-11-11 Thread Jean Menezes da Rocha
Thanks for your tip, Pierre (and sorry for my delayed response). The snippet really produces the intended output. I am still trying to figure out how to apply this without having to redo a huge amount of code as it is structured by now (I am typesetting a scorebook, following a strict score

Re: [feature-request] optional duration for temporary

2015-11-11 Thread David Kastrup
Kieren MacMillan writes: > Hi Johan, > >> I'd hate the counting of measures… > > Me, too… but…? > >> { \local LyricText.extra-offset = #’(0 . -1) … } > > Ah! Even better. That looks like \new Lyrics \with { \override LyricText.extra-offset = #'(0 . -1) } { ... }

Re: ScholarLy and polymetric music? (bar numbering, \RemoveEmptyStaffContext)

2015-11-11 Thread Graham King
On Wed, 2015-11-11 at 18:44 +0100, Urs Liska wrote: > > > > Am 11.11.2015 um 11:14 schrieb Graham King: > > > > > > > > > > > > annotate "installs" itself in the Score context, and in polymetric > > > > > scores the timing-translator has to be removed from that context. > > > > > > > > >

LyricText center-on-word breaks lyricMelismaAlignment

2015-11-11 Thread Kieren MacMillan
Hi all, It seems that, when using the very useful center-on-word function (), setting lyricMelimsaAlignment to anything other than integer values (including #LEFT, etc.) fails. Fixing the snippet is definitely beyond my Scheme-fu… Any help would be

Re: Semibreve rests look like breve rests

2015-11-11 Thread tisimst
Bockett, On Wed, Nov 11, 2015 at 5:05 PM, Bockett Hunter [via Lilypond] < ml-node+s1069038n183452...@n5.nabble.com> wrote: > Thank you! > That did the trick! > > Less rest for the wicked now... > > On Wed, Nov 11, 2015 at 6:57 PM, David Wright <[hidden email] >

lilypond.org website is down

2015-11-11 Thread Javier Ruiz-Alma
Alternative: view an archive.org snapshot of 6-Nov: https://web.archive.org/web/20151106034541/http://lilypond.org/ ___ lilypond-user mailing list lilypond-user@gnu.org

Re: switch to an additive music engraving mode

2015-11-11 Thread Ryan Michael
Looks like I could just use the example for Chants or Psalms notation: http://lilypond.org/doc/v2.18/Documentation/snippets/rhythms#rhythms-changing-time-signatures-inside-a-polymetric-section-using-_005cscaledurations On Wed, Nov 11, 2015 at 11:02 PM, Ryan Michael

switch to an additive music engraving mode

2015-11-11 Thread Ryan Michael
I was wondering if there is a way to shift out of the divisive time model of lilypond and simple engrave notes, of whatever value, without setting a global system of bars. I know that you can remove bars, but, at least in that case, in the background, it still is functioning under the global time

Re: Semibreve rests look like breve rests

2015-11-11 Thread David Wright
On Wed 11 Nov 2015 at 17:24:54 (-0500), Bockett Hunter wrote: > When I staff size to 30 or above, semibreve rests fill > the area between lines, and look like breve rests. > > The gap below the rest shows for default staff size 20, but then > the appearance is very sparse; heavier notes are >

Re: Semibreve rests look like breve rests

2015-11-11 Thread Bockett Hunter
Thank you! That did the trick! Less rest for the wicked now... On Wed, Nov 11, 2015 at 6:57 PM, David Wright wrote: > On Wed 11 Nov 2015 at 17:24:54 (-0500), Bockett Hunter wrote: > > When I staff size to 30 or above, semibreve rests fill > > the area between lines,

Re: Gounod - Le Rendez Vous

2015-11-11 Thread Alberto Simões
Hi, Abraham This is looking MUCH better (nice work with the extended dynamic lines ;-). I'll look at it in greater detail later, but here's one thing that I immediately noticed quite a few instances of that you would get dinged for: You should ALWAYS enclose a tied note within a slurred

Re: addlyrics does not work properly

2015-11-11 Thread tisimst
Niels, On Wed, Nov 11, 2015 at 8:42 AM, Niels [via Lilypond] < ml-node+s1069038n183426...@n5.nabble.com> wrote: > If I comment out the line with the text (cor -- di -- ae su ) the last > line (eis 4. eis8 cis4 a4. a8 cis4) will be compiled and appear in the pdf > file. However, If I want the

Re: Scorio Software

2015-11-11 Thread tisimst
I wouldn't say I've been "seduced" :-P. I cannot vouch for anything they have or produce. I was more or less thinking out loud since I have little experience dealing with MusicXML files. Best, Abraham On Mon, Nov 9, 2015 at 3:17 AM, Richard Shann-2 [via Lilypond] <

Re: Gounod - Le Rendez Vous

2015-11-11 Thread tisimst
On Wed, Nov 11, 2015 at 12:29 PM, Alberto Simões-2 [via Lilypond] < ml-node+s1069038n183435...@n5.nabble.com> wrote: > Although not doubting your suggestion, I would be very interested to > know if there is such a thing like a document describing a "best > practices" for writing/engraving music.

addlyrics does not work properly

2015-11-11 Thread Niels
If I comment out the line with the text (cor -- di -- ae su ) the last line (eis 4. eis8 cis4 a4. a8 cis4) will be compiled and appear in the pdf file. However, If I want the text with the notes (a'4.^\markup{"alto solo"} a8 gis4~gis fis2) the last line disappears. Could anyone tell me what I did

addlyrics does not work properly

2015-11-11 Thread Niels
If I comment out the line with the text (cor -- di -- ae su ) the last line (eis 4. eis8 cis4 a4. a8 cis4) will be compiled and appear in the pdf file. However, If I want the text with the notes (a'4.^\markup{"alto solo"} a8 gis4~gis fis2) the last line disappears. Could anyone tell me what I did

Re: [feature-request] optional duration for temporary

2015-11-11 Thread Simon Albrecht
On 11.11.2015 14:08, Johan Vromans wrote: On Wed, 11 Nov 2015 13:42:58 +0100 David Kastrup wrote: But if you have to close the group anyway with a brace, where is the point in not just doing a music function doing { \temporary $xxx ... \undo $xxx } I do not see how to cope

Re: Gounod - Le Rendez Vous

2015-11-11 Thread tisimst
Alberto, On Wed, Nov 11, 2015 at 7:39 AM, Alberto Simões-2 [via Lilypond] < ml-node+s1069038n183419...@n5.nabble.com> wrote: > Dear list, > > Again, I am both pleased to announce the transcription of the Gounod > Suite of Valses, "Le Rendez Vous" [1] and asking for any correction you > might

Re: Gounod - Le Rendez Vous

2015-11-11 Thread Alberto Simões
On 11/11/15 19:41, tisimst wrote: On Wed, Nov 11, 2015 at 12:29 PM, Alberto Simões-2 [via Lilypond] <[hidden email] > wrote: Although not doubting your suggestion, I would be very interested to know if there is such a thing like a document describing a "best practices" for

Re: addlyrics does not work properly

2015-11-11 Thread Simon Albrecht
Hello Niels, and welcome to the list. On 11.11.2015 16:39, Niels wrote: If I comment out the line with the text (cor -- di -- ae su ) the last line (eis 4. eis8 cis4 a4. a8 cis4) will be compiled and appear in the pdf file. However, If I want the text with the notes (a'4.^\markup{"alto solo"}

Re: Gounod - Le Rendez Vous

2015-11-11 Thread Simon Albrecht
On 11.11.2015 20:29, Alberto Simões wrote: Hi, Abraham This is looking MUCH better (nice work with the extended dynamic lines ;-). I'll look at it in greater detail later, but here's one thing that I immediately noticed quite a few instances of that you would get dinged for: You should

Re: Re: misleading message and exit code when "program too old"

2015-11-11 Thread Johannes Waldmann
Hi, it's really not a big deal since I have a work-around (ignore the exit code in my Makefile) I understand that specifying and checking the version can be useful. I am just saying that the actual message and behaviour (exit code) is surprising. >From the compilers I know (say, gcc) there's a

Re: Gounod - Le Rendez Vous

2015-11-11 Thread David Wright
On Wed 11 Nov 2015 at 12:22:32 (-0700), tisimst wrote: > This is looking MUCH better (nice work with the extended dynamic lines ;-). > I'll look at it in greater detail later, but here's one thing that I > immediately noticed quite a few instances of that you would get dinged for: > You > should

Re: Gounod - Le Rendez Vous

2015-11-11 Thread tisimst
On Wed, Nov 11, 2015 at 2:18 PM, David Wright [via Lilypond] < ml-node+s1069038n183444...@n5.nabble.com> wrote: > On Wed 11 Nov 2015 at 12:22:32 (-0700), tisimst wrote: > > > This is looking MUCH better (nice work with the extended dynamic lines > ;-). > > I'll look at it in greater detail later,

Re: addlyrics does not work properly

2015-11-11 Thread Simon Albrecht
P.S. If you had sent this as a reply to your first post, I’d have seen that part of my reply was pointless. Regards, Simon On 11.11.2015 16:42, Niels wrote: If I comment out the line with the text (cor -- di -- ae su ) the last line (eis 4. eis8 cis4 a4. a8 cis4) will be compiled and appear in

Re: Re: misleading message and exit code when "program too old"

2015-11-11 Thread tisimst
Johannes, On Wed, Nov 11, 2015 at 1:54 PM, Johannes Waldmann [via Lilypond] < ml-node+s1069038n183442...@n5.nabble.com> wrote: > Hi, > > it's really not a big deal since I have a work-around > (ignore the exit code in my Makefile) > > I understand that specifying and checking the version > can

Re: Gounod - Le Rendez Vous

2015-11-11 Thread Alberto Simões
On 11/11/15 21:16, David Wright wrote: On Wed 11 Nov 2015 at 12:22:32 (-0700), tisimst wrote: This is looking MUCH better (nice work with the extended dynamic lines ;-). I'll look at it in greater detail later, but here's one thing that I immediately noticed quite a few instances of that you

Re: Gounod - Le Rendez Vous

2015-11-11 Thread Alberto Simões
On 11/11/15 20:00, Simon Albrecht wrote: I’d not keep slavishly to these, though; there has always been room for disagreement and personal preference in this discipline. Agreed :-) I think that disagreement is always good. But to disagree I need to know with which to disagree about :)

Re: misleading message and exit code when "program too old"

2015-11-11 Thread Urs Liska
Am 11.11.2015 um 22:16 schrieb tisimst: > The \version statement mostly serves two purposes: > > 1. Remind you what compiler version you initially coded it for > 2. Makes it possible for convert-ly to upgrade it to newer versions when > desired However (and including Simon's comments) I've

Re: Gounod - Le Rendez Vous

2015-11-11 Thread David Wright
On Wed 11 Nov 2015 at 14:21:45 (-0700), tisimst wrote: > On Wed, Nov 11, 2015 at 2:18 PM, David Wright [via Lilypond] <[hidden email]> > wrote: > > On Wed 11 Nov 2015 at 12:22:32 (-0700), tisimst wrote: > > > This is looking MUCH better (nice work with the extended dynamic lines ; >

Semibreve rests look like breve rests

2015-11-11 Thread Bockett Hunter
When I staff size to 30 or above, semibreve rests fill the area between lines, and look like breve rests. The gap below the rest shows for default staff size 20, but then the appearance is very sparse; heavier notes are more readable. \header{ title = \markup \center-column { "semibreve

Re: Cross-staff arpeggio line AND arpeggio bracket on the same notes

2015-11-11 Thread Pierre Perol-Schneider
Hi Jean, This works: \version "2.18.2" \score { \new PianoStaff \with { connectArpeggios = ##t \override Arpeggio.stencil = #ly:arpeggio::brew-chord-bracket } << \new Staff \transpose c c' { \time 3/4 s2. \grace { s %% Draw a first

Re: ScholarLy and polymetric music? (bar numbering, \RemoveEmptyStaffContext)

2015-11-11 Thread Urs Liska
Am 11.11.2015 um 01:32 schrieb Graham King: > On Tue, 2015-11-10 at 22:50 +0100, Urs Liska wrote: >> Am 10.11.2015 um 18:06 schrieb Graham King: >> > On Tue, 2015-11-10 at 10:09 +0100, Urs Liska wrote: >> >> >> >> >> >> Am 09.11.2015 um 17:34 schrieb Graham King: >> >> >> >>> (This note

Re: Poly rithm

2015-11-11 Thread Pierre Perol-Schneider
Hi Christian, See: http://lilypond.org/doc/v2.18/Documentation/snippets/rhythms#rhythms-changing-time-signatures-inside-a-polymetric-section-using-_005cscaledurations Cheers, ~Pierre 2015-11-11 5:48 GMT+01:00 Christian : > Hi all, I can't seem to get the poly-rhytm to