ANN: Frescobaldi 2.18

2015-03-06 Thread Wilbert Berendsen
Dear friends, I am happy to announce the immediate availability of Frescobaldi 2.18. Homepage: http://frescobaldi.org/ Download: https://github.com/wbsoft/frescobaldi/releases Major installation changes: * Python 3.2 and higher are supported and recommended. Of course you should also install

Re: Produce a paper block from Scheme function

2015-03-06 Thread Urs Liska
Am 06.03.2015 um 22:38 schrieb Simon Albrecht: Hi Urs, I don’t quite see your problem. I’m using such functions without. Since multiple \paper blocks are combined in a rather sensible way, there’s no problem with just having the function output an entire \paper block and use it on top level

RE: Ottava spanner too long just before a grace note

2015-03-06 Thread Mark Stephen Mrotek
Knute: I placed \acciaccatura s8 before the r4 and the 8va shortened. Perhaps this does what you want. Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Knute Snortum Sent: Friday, March 06, 2015 1:4

Re: Access Grob properties to change others accordingly

2015-03-06 Thread Paul Morris
Noeck wrote > can I access the following properties from within a scheme music function: > - clef glyph or name: treble or clefs.G > - clef size: full size, change clef, cue clef > - clef modifier: _8 or ^15 (both the direction and the number) > of the current point in time? Such that I can use it

Re: How to slur into a split voice past a volta repeat

2015-03-06 Thread H. S. Teoh
On Fri, Mar 06, 2015 at 09:53:49PM +0100, Thomas Morley wrote: [...] > Please (re-)read and _follow_ > http://www.lilypond.org/website/tiny-examples.html Will do, sorry about that. > \new Voice = "me" > \relative c'' { > f1( > \repeat volta 2 { > << > \context Voice = "me"

automated file/folder creation

2015-03-06 Thread Craig Dabelstein
Hi Lilyponders, Does anyone use a utility that automatically generates files and folders when starting a new (large) score, or do you simply cut and paste one you have finished in the past? Something such as this utility on GitHub: https://github.com/mwitmer/LyUtil Craig ___

Re: Quoted music and midi

2015-03-06 Thread Cynthia Karl
> > Message: 3 > Date: Fri, 06 Mar 2015 14:17:08 -0600 > From: "Christopher R. Maden" > Subject: Re: Quoted music and midi > On 03/06/2015 11:36 AM, Cynthia Karl wrote: >> The printed output is fine: but although it makes a midi file with >> two channels, there don't seem to be any notes in midi

Re: Ottava spanner too long just before a grace note

2015-03-06 Thread Phil Holmes
For me to look at it, it's far, far too complex to count as anywhere near tiny. If you can pare it down to a much, much smaller example, it would be easier to debug. -- Phil Holmes - Original Message - From: Knute Snortum To: lilypond-user@gnu.org Sent: Friday, March 06, 20

Ottava spanner too long just before a grace note

2015-03-06 Thread Knute Snortum
I have a piece of music that all finished except that I have a problem with the ottava spanner for low a in the bass. It seems to want to span the grace note that's in the next measure, I assume because the grace note is realized by backing up from the beat it's on. My example file isn't "tiny",

Re: Produce a paper block from Scheme function

2015-03-06 Thread Simon Albrecht
PS: Am 06.03.2015 um 17:32 schrieb Urs Liska: Hi all, I don't even know where to start with this, and looking around in the documentation doesn't get me started either. Considering multiple \paper blocks see . What would

Re: Produce a paper block from Scheme function

2015-03-06 Thread Simon Albrecht
Hi Urs, I don’t quite see your problem. I’m using such functions without. Since multiple \paper blocks are combined in a rather sensible way, there’s no problem with just having the function output an entire \paper block and use it on top level, regardless of any other \paper blocks (except if

Re: Fwd: Re: Dynamics negative Y-offset

2015-03-06 Thread Simon Albrecht
Typo there… Am 05.03.2015 um 17:12 schrieb Simon Albrecht: I assume it was an oversight that you didn’t include the list… This also shows that there is no link to any alignment changes, which happened earlier (around 2.10). 2.19.10 of course. Yours, Simon Weitergeleitete Nachricht

Re: How to slur into a split voice past a volta repeat

2015-03-06 Thread Thomas Morley
2015-03-06 21:03 GMT+01:00 H. S. Teoh : > I ran into a rather complicated typesetting problem in one of my piano > pieces. Conceptually, the music goes like this: > > g8( fis | << g2) > \\ r4 16 ... % and so on > >> > > The slur needs to cross into the fi

Re: Quoted music and midi

2015-03-06 Thread H. S. Teoh
On Fri, Mar 06, 2015 at 02:17:08PM -0600, Christopher R. Maden wrote: > On 03/06/2015 11:36 AM, Cynthia Karl wrote: > > The printed output is fine: but although it makes a midi file with > > two channels, there don't seem to be any notes in midi channel 2: > > > > Is this a known problem? > > I w

Re: Quoted music and midi

2015-03-06 Thread Christopher R. Maden
On 03/06/2015 11:36 AM, Cynthia Karl wrote: > The printed output is fine: but although it makes a midi file with > two channels, there don't seem to be any notes in midi channel 2: > > Is this a known problem? I wouldn’t consider that a problem... if I quote the violin part in a trumpet part, I w

How to slur into a split voice past a volta repeat

2015-03-06 Thread H. S. Teoh
I ran into a rather complicated typesetting problem in one of my piano pieces. Conceptually, the music goes like this: g8( fis | << g2) \\ r4 16 ... % and so on >> The slur needs to cross into the first split voice inside the <<...>>, but I can't find a

RE: Bar number after volta repeat

2015-03-06 Thread Klaus Blum
Klaus Blum wrote > For some reason, the first bar is extremely spread. Ah, I didn't notice the \break after the first bar in the bass part: bassMusic = \relative c { \clef "bass_8" \key g \major g,1 *\break* b } Remove it and everything works as expected. :) -- View this message in contex

Re: getting the argument list of a procedure

2015-03-06 Thread David Nalesnik
Hi Anders, On Thu, Mar 5, 2015 at 1:42 PM, wrote: > > "D" == David Nalesnik writes: > > D> What you are suggesting seems to be analogous to what is already > D> done for the functions on the Scheme functions documentation page > D> I referenced earlier. > > Ah, but you've got all

Quoted music and midi

2015-03-06 Thread Cynthia Karl
Consider the following snippet: \version "2.19.16" music = \relative c'' { c,4 d e f | g a b c | } \addQuote "music" \music moreMusic = \relative c'' { r2 \quoteDuring "music" s2 r2 \quoteDuring "music" s2 } \score { << \new Staff \music \new Staff \moreMusic >

Re: \breve and \repeat unfold

2015-03-06 Thread Pierre Perol-Schneider
Hi Emil, '\repeat unfold 8 { s4 } \bar"'" \break' means that you're trying to "cut" the breve, and LP won't do that. So you have to find the right beat for breaking; try: myBreaks = { \repeat unfold 1 { \repeat unfold 10 { s4 } \bar"'" \break } } Cheers, Pierre 2015-03-06 17:47 GMT+01:00 Emi

pb de liste

2015-03-06 Thread Daniel Cartron
Bonjour, Depuis hier mes mails partent (ou sont dupliqués ?) vers la liste anglaise, et je ne comprend pas pourquoi. Est-ce que le serveur de liste est planté lui aussi comme la doc ? -- Cordialement, Daniel Cartron « La véritable absence, c'est quand on ne sait pas qui est absent. » Robert S

RE: Bar number after volta repeat

2015-03-06 Thread Klaus Blum
Hi Seng, sorry, I didn't notice that. :( 1. All the engravers removed from the \Score context only were added to the normal \Staff context. I forgot to do the same thing with the \RhythmicStaff context. Now it works. For some reason, the first bar is extremely spread. If you use the one-line-

Re: http://lilypond.org hs ?

2015-03-06 Thread gmumary
The LilyPond website is back again! :D Daniel Cartron wrote > Le jeudi 5 mars 2015, 17:40:22 Federico Bruni a écrit : >> 2015-03-05 17:22 GMT+01:00 Daniel Cartron < > ml@ > >: >> > plus moyen d'accéder à la doc en ligne, Firefox ne peut trouver le >> serveur >> > à >> > l'adresse lilypond.org.

Produce a paper block from Scheme function

2015-03-06 Thread Urs Liska
Hi all, I don't even know where to start with this, and looking around in the documentation doesn't get me started either. What would I have to do if I want to write a Scheme function (presumably with define-scheme-function) that produces a \paper block or rather sets the content of a paper

\breve and \repeat unfold

2015-03-06 Thread Emil Salim
Hello All, It seems that \breve deactivates the \repeat unfold and produces an unwanted \divisioMinima automatically. When I deleted the \breve, the score looks just fine. Can someone help me with this? I need to have the \breve there. Thanks. best, Emil \version "2.18.2" \include "gregorian.ly"

Access Grob properties to change others accordingly

2015-03-06 Thread Noeck
Hi, can I access the following properties from within a scheme music function: - clef glyph or name: treble or clefs.G - clef size: full size, change clef, cue clef - clef modifier: _8 or ^15 (both the direction and the number) of the current point in time? Such that I can use it for overrides? C

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread anders . vinjar
D> The "not guaranteed"s in the Guile documentation always struck me D> as odd--why can't definitive answers be given? (repeat-n 1000 "...functional!...") :-) The promised optimization - perhaps re-using existing structure to do its work - is a potential one: whether it's able to get any

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread David Nalesnik
On Fri, Mar 6, 2015 at 8:26 AM, Urs Liska wrote: > Am 06.03.2015 15:22, schrieb David Nalesnik: > > > > On Fri, Mar 6, 2015 at 8:20 AM, David Nalesnik > wrote: > >> >> >> On Fri, Mar 6, 2015 at 8:15 AM, Urs Liska wrote: >> >>> >>> Thanks. >>> And for completeness I also add another (contrived

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread Urs Liska
Am 06.03.2015 15:22, schrieb David Nalesnik: On Fri, Mar 6, 2015 at 8:20 AM, David Nalesnik mailto:david.nales...@gmail.com>> wrote: On Fri, Mar 6, 2015 at 8:15 AM, Urs Liska mailto:u...@openlilylib.org>> wrote: Thanks. And for completeness I also add another (contriv

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread David Nalesnik
On Fri, Mar 6, 2015 at 8:20 AM, David Nalesnik wrote: > > > On Fri, Mar 6, 2015 at 8:15 AM, Urs Liska wrote: > >> >> Thanks. >> And for completeness I also add another (contrived) example image of the >> whole thing. Small quiz: Who recognizes what this is historically? ;-) >> >> > Well, I recog

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread David Nalesnik
On Fri, Mar 6, 2015 at 8:15 AM, Urs Liska wrote: > > Thanks. > And for completeness I also add another (contrived) example image of the > whole thing. Small quiz: Who recognizes what this is historically? ;-) > > Well, I recognize the arsis and thesis and the Hauptstimme designation--which all id

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread Urs Liska
Am 06.03.2015 15:03, schrieb David Nalesnik: On Fri, Mar 6, 2015 at 7:40 AM, Urs Liska > wrote: Am 06.03.2015 14:35, schrieb David Nalesnik: On Fri, Mar 6, 2015 at 7:24 AM, David Nalesnik mailto:david.nales...@gmail.com>> wrote: \version

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread David Nalesnik
On Fri, Mar 6, 2015 at 7:40 AM, Urs Liska wrote: > Am 06.03.2015 14:35, schrieb David Nalesnik: > > > > On Fri, Mar 6, 2015 at 7:24 AM, David Nalesnik > wrote: > >> >> >> \version "2.19.16" >> >> #(set! default-script-alist >>(append default-script-alist >> (list >>

Re: http://lilypond.org hs

2015-03-06 Thread Jan Nieuwenhuizen
Federico Bruni writes: > $ nslookup lilypond.org > Server:        8.8.8.8 > Address:    8.8.8.8#53 > > ** server can't find lilypond.org: SERVFAIL Sorry about this, it should be up again RSN. Greetings, Jan -- Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSourc

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread David Nalesnik
On Fri, Mar 6, 2015 at 7:40 AM, Urs Liska wrote: Hm, I took this idiom from assoc-set! where the manual says it is not > guaranteed that the original alist is actually modified, > The "not guaranteed"s in the Guile documentation always struck me as odd--why can't definitive answers be given? Bu

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread Urs Liska
Am 06.03.2015 14:35, schrieb David Nalesnik: On Fri, Mar 6, 2015 at 7:24 AM, David Nalesnik mailto:david.nales...@gmail.com>> wrote: \version "2.19.16" #(set! default-script-alist (append default-script-alist (list `("weakbeat"

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread David Nalesnik
On Fri, Mar 6, 2015 at 7:24 AM, David Nalesnik wrote: > > > \version "2.19.16" > > #(set! default-script-alist >(append default-script-alist > (list > `("weakbeat" > . ( > (script-stencil . (feta . ("weakbeat" . "weakbeat"))) >

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread David Nalesnik
Hi Urs, On Fri, Mar 6, 2015 at 7:14 AM, Urs Liska wrote: > Am 06.03.2015 13:59, schrieb David Nalesnik: > > Hi Urs, > > On Fri, Mar 6, 2015 at 2:06 AM, Urs Liska wrote: > >> Hi, >> >> I've got a new notation font (which is going to be released soon), and >> this font contains a few historic e

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread Urs Liska
Am 06.03.2015 13:59, schrieb David Nalesnik: Hi Urs, On Fri, Mar 6, 2015 at 2:06 AM, Urs Liska > wrote: Hi, I've got a new notation font (which is going to be released soon), and this font contains a few historic extra glyphs that I would like to a

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread David Nalesnik
Hi Urs, On Fri, Mar 6, 2015 at 2:06 AM, Urs Liska wrote: > Hi, > > I've got a new notation font (which is going to be released soon), and > this font contains a few historic extra glyphs that I would like to add as > articulations. (One can access them as \markup but articulations would be > mo

Re: Getting to grips with ly:parser-include-string

2015-03-06 Thread Urs Liska
No ideas anybody? Am 03.03.2015 15:34, schrieb Urs Liska: Hi all, I'm feeling more and more stupid by the minute, so I desperately hope to get some help and enlightenment here. I have a function that basically includes a LilyPond file, and it does so quite well. This is the working version

Re: http://lilypond.org hs

2015-03-06 Thread Federico Bruni
2015-03-06 11:46 GMT+01:00 Peter Gentry : > It's down here too or at least its not reachable it's a DNS problem, as pointed out by Dave Higgins today it's not working for me either $ nslookup lilypond.org Server:8.8.8.8 Address:8.8.8.8#53 ** server can't find lilypond.org: SERVFAIL

Re: Does this 'and' construct make sense?

2015-03-06 Thread Urs Liska
Am 06.03.2015 11:34, schrieb Richard Shann: On Fri, 2015-03-06 at 11:18 +0100, Urs Liska wrote: Am 06.03.2015 10:57, schrieb Richard Shann: On Fri, 2015-03-06 at 08:25 +0100, Urs Liska wrote: I find %% switch on debugging. #(if (and #t (defined? 'set-debug-cell-accesses!)) (set-debug-cel

Re:http://lilypond.org hs

2015-03-06 Thread Peter Gentry
It's down here too or at least its not reachable regards Peter Gentry ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Does this 'and' construct make sense?

2015-03-06 Thread Richard Shann
On Fri, 2015-03-06 at 09:57 +, Richard Shann wrote: > I then > found it tricky to find where in the manual this concept (true/false) > was explained, but came to understand it applies to the semantics of > "if" and "while". ... and of "and", "or" perhaps others too that are not leaping t

Re: Does this 'and' construct make sense?

2015-03-06 Thread Richard Shann
On Fri, 2015-03-06 at 11:18 +0100, Urs Liska wrote: > Am 06.03.2015 10:57, schrieb Richard Shann: > > On Fri, 2015-03-06 at 08:25 +0100, Urs Liska wrote: > >> I find > >> > >> %% switch on debugging. > >> #(if (and #t (defined? 'set-debug-cell-accesses!)) > >> (set-debug-cell-accesses! 5000)) >

Re: Does this 'and' construct make sense?

2015-03-06 Thread Urs Liska
Am 06.03.2015 10:57, schrieb Richard Shann: On Fri, 2015-03-06 at 08:25 +0100, Urs Liska wrote: I find %% switch on debugging. #(if (and #t (defined? 'set-debug-cell-accesses!)) (set-debug-cell-accesses! 5000)) (found in init.ly) strange. Wouldn't it be better ot simply remove the 'and' c

Re: Does this 'and' construct make sense?

2015-03-06 Thread Richard Shann
On Fri, 2015-03-06 at 08:25 +0100, Urs Liska wrote: > I find > > %% switch on debugging. > #(if (and #t (defined? 'set-debug-cell-accesses!)) >(set-debug-cell-accesses! 5000)) > > (found in init.ly) > > strange. > Wouldn't it be better ot simply remove the 'and' construct? > #t evaluates to

Re: Does this 'and' construct make sense?

2015-03-06 Thread Jacques Menu
Hello Urs, You’re right, "#t or X" is always #t, and "#t and X" is just X. JM > Le 6 mars 2015 à 08:25, Urs Liska a écrit : > > I find > > %% switch on debugging. > #(if (and #t (defined? 'set-debug-cell-accesses!)) > (set-debug-cell-accesses! 5000)) > > (found in init.ly) > > strange. > W

Re: Stretching Line

2015-03-06 Thread Pierre Perol-Schneider
Hi Emil, Hi Brian, 2015-03-06 5:40 GMT+01:00 Emil Salim : > Hello All, > > 1. The second line of this music below is a bit cramped. How do I stretch > it? This problem goes away if I don't include gregorian.ly. > Simply add in your score : \layout { \context{ \Lyrics \override LyricHy

Re: Creating new articulation (adding to an internal alist)

2015-03-06 Thread Urs Liska
Am 06.03.2015 um 09:06 schrieb Urs Liska: Hi, I've got a new notation font (which is going to be released soon), and this font contains a few historic extra glyphs that I would like to add as articulations. Ah, and just if someone's interested there is an example of how it looks like (see

Creating new articulation (adding to an internal alist)

2015-03-06 Thread Urs Liska
Hi, I've got a new notation font (which is going to be released soon), and this font contains a few historic extra glyphs that I would like to add as articulations. (One can access them as \markup but articulations would be more consistent). Some research indicates that there are two things