Selected pieces in a book

2015-10-10 Thread Pierre Perol-Schneider
Hi LilyPonders, I'm trying to automagically select pieces within a library. My first intention was to use 'tags' but it does not seem to work a that level. So here's the idea: let say I include a full library in one file and I want to get a book with some pre-selected pieces only, e.g.: \version

Re: Selected pieces in a book

2015-10-10 Thread Federico Bruni
Il giorno sab 10 ott 2015 alle 19:41, Pierre Perol-Schneider ha scritto: I'm trying to automagically select pieces within a library. My first intention was to use 'tags' but it does not seem to work a that level. So here's the idea: let say I include a full

Re: Selected pieces in a book

2015-10-10 Thread Pierre Perol-Schneider
2015-10-10 20:36 GMT+02:00 Federico Bruni : ... > Interesting question. > Instead of "polluting" the lilypond sources with \tag(s), I'd rather set a > custom field (level) in the \header block and write a script which parses > the header and process the files accordingly. >

Re: Selected pieces in a book

2015-10-10 Thread Pierre Perol-Schneider
Dear Simon, this is just perfect! Thank you very much. ~Pierre 2015-10-10 20:30 GMT+02:00 Simon Albrecht : > Hello Pierre, > > On 10.10.2015 19:41, Pierre Perol-Schneider wrote: > >> Hi LilyPonders, >> >> I'm trying to automagically select pieces within a library. >> My

Re: Trill spanner minimum length problem

2015-10-10 Thread Menu Jacques
Hello David, Excellent, thanks, and a nice w-e! JM > Le 10 oct. 2015 à 18:02, David Nalesnik a écrit : > > Hi Jacques, > > On Sat, Oct 10, 2015 at 10:58 AM, Menu Jacques > wrote: > Hello folks, > > In a Poulenc

Re: Slur and tie between chords

2015-10-10 Thread David Kastrup
Jay Anderson writes: > On Wed, Feb 13, 2013 at 1:16 AM, Janne Uusitalo > wrote: >> I've attached two images to illustrate a problem I'm having with >> simultaneous notes, slurs and ties. >> >> The original version is what I'm hoping to get, and

Trill spanner minimum length problem

2015-10-10 Thread Menu Jacques
Hello folks, In a Poulenc score, I have the trill displayed in the attached PNG, but narrower due to LP’s setting of the line breaks, which makes the prall quite short: I tried to set a minimum length with the following, but to no avail: the result is the same whatever the value I supply:

Re: Selected pieces in a book

2015-10-10 Thread Jacques Menu
Not sure wether that would be good: someone on this list proposed a tree of names, similar to that of a file system, to access parts of a whole, see attached file.JM MusicTreeSample.ly Description: Binary data Le 10 oct. 2015 à 21:07, Pierre Perol-Schneider a

Re: Trill spanner minimum length problem

2015-10-10 Thread David Nalesnik
Hi Jacques, On Sat, Oct 10, 2015 at 10:58 AM, Menu Jacques wrote: > Hello folks, > > In a Poulenc score, I have the trill displayed in the attached PNG, but > narrower due to LP’s setting of the line breaks, which makes the prall > quite short: > > I tried to set a minimum

RE: error message

2015-10-10 Thread Mark Stephen Mrotek
Federico, Thank you for your reply. The installation of Lilypond is not new. The error message appears sporadically. It may appear three times in a row during a session and then the file compiles. This cycle repeats throughout the session. Mark -Original Message- From: Federico Bruni

Re: opus and piece fields in top level header.

2015-10-10 Thread David Wright
Quoting Richard Shann (rich...@rshann.plus.com): > On Fri, 2015-10-09 at 23:37 +0200, Simon Albrecht wrote: > > On 09.10.2015 22:25, Richard Shann wrote: > > > In the 2.18 it does not seem to mention that the opus and piece fields > > > are not output anywhere if they are set in a \header{} block

Re: error message

2015-10-10 Thread Knute Snortum
No error on a Windows 10 system with 2.18.2. Knute Snortum (via Gmail) On Sat, Oct 10, 2015 at 1:05 AM, Michael Gerdau wrote: > > > Starting lilypond-windows.exe 2.18.2 [Nocturne Ab.ly]...Aborting > > > lilypond-windows.exe 2.18.2 [Nocturne Ab.ly]... > > > > > > Exited with

dynamic with markup

2015-10-10 Thread Mark Stephen Mrotek
Hello, I recall that instructions were once given to achieve: p ma ben marcato, yet my search of the LSP was not successful. Please direct me to its location. Thank you for your kind attention. Mark ___ lilypond-user mailing list

Re: dynamic with markup

2015-10-10 Thread Colin Campbell
On 15-10-10 07:58 PM, Mark Stephen Mrotek wrote: Hello, I recall that instructions were once given to achieve: */p /*/ma ben marcato/, yet my search of the LSP was not successful. Please direct me to its location. Thank you for your kind attention. Mark You will probably find the

Re: compress full bar rests

2015-10-10 Thread Flaming Hakama by Elaine
> And a really minimal example is the one Thomas already posted: > > %%% > > \new Staff << > { s1 s1 } > { \compressFullBarRests R1*2 } > >> > %%% I reject this as a minimal example because it only demonstrates half of what I demonstrated, which is that the

LilyPond syntax element like Scheme ‘)’? (was: Re: Selected pieces in a book)

2015-10-10 Thread Simon Albrecht
The definition of \stringAppend is definitely awkward. After all, the only difference between \stringAppend and \string-append is that the former has a specified number of arguments, and the latter doesn’t work since in LilyPond syntax there is no delimiter like ‘)’ in Scheme. I wonder if we

Re: Selected pieces in a book

2015-10-10 Thread Pierre Perol-Schneider
Hi Jacques, 2015-10-10 21:37 GMT+02:00 Jacques Menu : > Not sure wether that would be good: someone on this list proposed a tree > of names, similar to that of a file system, to access parts of a whole, see > attached file. > > JM > Could be interesting. I'll try to see

Re: dynamic with markup

2015-10-10 Thread Brian Barker
At 18:58 10/10/2015 -0700, Mark Stephen Mrotek wrote: I recall that instructions were once given to achieve: p ma ben marcato, yet my search of the LSP was not successful. Try: c_\markup { \dynamic p \italic { ma ben marcato } } Brian Barker

Re: opus and piece fields in top level header.

2015-10-10 Thread Richard Shann
On Fri, 2015-10-09 at 23:37 +0200, Simon Albrecht wrote: > On 09.10.2015 22:25, Richard Shann wrote: > > In the 2.18 it does not seem to mention that the opus and piece fields > > are not output anywhere if they are set in a \header{} block *outside* > > any \score{} block, but this seems to be

Re: code \acciaccatura e'8 broke the manual \break

2015-10-10 Thread Jacques Menu
Oups, the break is there, but the acciaccatura isn’t… can’t do more! > Le 10 oct. 2015 à 10:51, Jacques Menu a écrit : > > Hello Ming, > > This works, moving the acciaccatura just in from of the note if refers to : > > <\acciaccatura e'8 d'fs'>2. | > > JM > >

Re: code \acciaccatura e'8 broke the manual \break

2015-10-10 Thread Thomas Morley
2015-10-10 4:35 GMT+02:00 MING TSANG : > It didn't show up at lilypond-user Mailinglist. Try again > > - Forwarded Message - > *From:* MING TSANG > *To:* Lilypond-user Mailinglist > *Sent:* Thursday, October 8, 2015 7:10

Re: error message

2015-10-10 Thread Federico Bruni
Il giorno sab 10 ott 2015 alle 1:20, Mark Stephen Mrotek ha scritto: Using Lilypond2.18.0, Frescobaldi 2.18.1. When clicking the Lilypond icon in Frescobaldi the following appears: Starting lilypond-windows.exe 2.18.2 [Nocturne Ab.ly]...Aborting lilypond-windows.exe

Re: error message

2015-10-10 Thread Michael Gerdau
> > Starting lilypond-windows.exe 2.18.2 [Nocturne Ab.ly]...Aborting > > lilypond-windows.exe 2.18.2 [Nocturne Ab.ly]... > > > > Exited with return code 62097. > > Does it happen with a new lilypond installation? It does not happen on my system using lilypond-windows.exe 2.19.25 Kind regards,

Re: code \acciaccatura e'8 broke the manual \break

2015-10-10 Thread Jacques Menu
Hello Ming, This works, moving the acciaccatura just in from of the note if refers to : <\acciaccatura e'8 d'fs'>2. | JM > Le 10 oct. 2015 à 04:35, MING TSANG a écrit : > > It didn't show up at lilypond-user Mailinglist. Try again > > - Forwarded Message

Ottava bracket outside-staff-priority

2015-10-10 Thread Andrew Bernard
I want to put an ottava bracket inside a tuplet bracket. Using the outside-staff-priority parameter, this will only work if the tuplet bracket priority is greater than 400, which is the default for the ottava bracket. I thought that it was a matter of numerical ordering to do this, not absolute

Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Luca Danieli
Hello all, in these last 2 days I have been re-editing some scores of mine in lilypond.One worked perfectly, while the second one worked fine as well but didn't export the pdf file of the score.I mean that I can stream the pdf in Frescobaldi, but I cannot find the file in the relative path.

Re: Ottava bracket outside-staff-priority

2015-10-10 Thread Federico Bruni
Il giorno sab 10 ott 2015 alle 11:58, Andrew Bernard ha scritto: I want to put an ottava bracket inside a tuplet bracket. Using the outside-staff-priority parameter, this will only work if the tuplet bracket priority is greater than 400, which is the default for the

Re: code \acciaccatura e'8 broke the manual \break

2015-10-10 Thread MING TSANG
Thank you Thomas & Jacques From: Thomas Morley To: MING TSANG Cc: Lilypond-user Mailinglist Sent: Saturday, October 10, 2015 5:19 AM Subject: Re: code \acciaccatura e'8 broke the manual \break 2015-10-10 4:35

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Chris Yate
Hi -- yes, I've seen this happen a few times recently (on Windows). Although as far as I know, the file you're looking at in Frescobaldi is a temporary PDF file. I may be corrected by someone. Having said that I'm not sure whether Frescobaldi always has the "working" folder you would expect...

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Urs Liska
Am 10. Oktober 2015 12:55:41 MESZ, schrieb Federico Bruni : >it's evident by the output he pasted that he saved the file >so talking about the temporary directory would only confuse him And when Adobe Reader (or something else) blocks the file there's evidence of that too

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Simon Albrecht
On 10.10.2015 13:10, Federico Bruni wrote: I wouldn't suggest to enable "Save document is possible" when saving to an SSD disk. Why that? ~ Simon ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Federico Bruni
Il giorno sab 10 ott 2015 alle 13:10, Federico Bruni ha scritto: BTW, I recently realized that I wouldn't suggest to enable "Save document is possible" when saving to an SSD disk. Well, actually it's saved anyway in /tmp Why I don't think before writing? :) In another

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Federico Bruni
Il giorno sab 10 ott 2015 alle 13:12, Simon Albrecht ha scritto: On 10.10.2015 13:10, Federico Bruni wrote: I wouldn't suggest to enable "Save document is possible" when saving to an SSD disk. Why that? ~ Simon I don't know if it's still true for modern SSD but I

Re: Ottava bracket outside-staff-priority

2015-10-10 Thread Andrew Bernard
Apologies, there’s a spurious override later in the code that I had not remembered. My fault. Andrew > On 10 Oct 2015, at 22:07, Simon Albrecht wrote: > > On 10.10.2015 13:04, Andrew Bernard wrote: >> It is as though the ottava bracket ignores changes to its >>

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Simon Albrecht
Hello Luca, On 10.10.2015 11:57, Luca Danieli wrote: Hello all, in these last 2 days I have been re-editing some scores of mine in lilypond. One worked perfectly, while the second one worked fine as well but didn't export the pdf file of the score. I mean that I can stream the pdf in

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Simon Albrecht
P.S. It’s better if you compose a new e-mail to the list than replying to an old one. There is some internal data field which assigns the new e-mail to the other thread, even if you edit the subject line. Thanks. On 10.10.2015 11:57, Luca Danieli wrote: Hello all, in these last 2 days I

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Federico Bruni
Il giorno sab 10 ott 2015 alle 11:57, Luca Danieli ha scritto: in these last 2 days I have been re-editing some scores of mine in lilypond. One worked perfectly, while the second one worked fine as well but didn't export the pdf file of the score. I mean that I can

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Federico Bruni
it's evident by the output he pasted that he saved the file so talking about the temporary directory would only confuse him Il giorno sab 10 ott 2015 alle 12:49, Chris Yate ha scritto: Hi -- yes, I've seen this happen a few times recently (on Windows). Although as far as

RE: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Luca Danieli
Dear all, thank you for your answers. I solved the problem but I don't really know how. Originally, I downloaded the *.ly file from my drive online. The score is not produced if you just open the file, but you need to save the file again.It seems to me that as soon as I have saved the file

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Simon Albrecht
On 10.10.2015 12:55, Federico Bruni wrote: it's evident by the output he pasted that he saved the file No, it’s not. If I take a ‘test.ly’ file, make some changes and process it without saving before, I get Starting lilypond 2.18.2 [test.ly]... Processing

Re: Ottava bracket outside-staff-priority

2015-10-10 Thread Andrew Bernard
I thought you can do this sort of thing with an ordering: 2< 3. But I have to use 401 > 400, where 400 is the setting for the ottava bracket. I don’t have to do this for other sorts of objects. It is as though the ottava bracket ignores changes to its outside-staff-priority, unless I am just

Re: Ottava bracket outside-staff-priority

2015-10-10 Thread Simon Albrecht
On 10.10.2015 13:04, Andrew Bernard wrote: It is as though the ottava bracket ignores changes to its outside-staff-priority It’s probably simple as that: Ottava_spanner_engraver lives in Staff, so you need to \override Staff.OttavaBracket. Yours, Simon

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Federico Bruni
Il giorno sab 10 ott 2015 alle 13:04, Simon Albrecht ha scritto: On 10.10.2015 12:55, Federico Bruni wrote: it's evident by the output he pasted that he saved the file No, it’s not. If I take a ‘test.ly’ file, make some changes and process it without saving before, I

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread David Kastrup
Federico Bruni writes: > Il giorno sab 10 ott 2015 alle 13:12, Simon Albrecht > ha scritto: >> On 10.10.2015 13:10, Federico Bruni wrote: >>> I wouldn't suggest to enable "Save document is possible" when >>> saving to an SSD disk. >> >> Why that? >> ~

Re: Frescobaldi creates the pdf but doesn't export it?

2015-10-10 Thread Urs Liska
Am 10.10.2015 um 13:27 schrieb Federico Bruni: > Il giorno sab 10 ott 2015 alle 13:12, Simon Albrecht > ha scritto: >> On 10.10.2015 13:10, Federico Bruni wrote: >>> I wouldn't suggest to enable "Save document is possible" when saving >>> to an SSD disk. >> >> Why that? >>

Re: compress full bar rests

2015-10-10 Thread David Kastrup
Flaming Hakama by Elaine writes: > Somehow, through this framework, I cannot get full bar rests to compress > when I use a globals treatment. > > Does anyone have a clue as to how to get them to compress? > > Thanks. > > > > \version "2.19.15" > > structure = \relative

Re: New to Lilypond - including score in LaTeX

2015-10-10 Thread karl
Светлана Лобанова: > 09.10.2015, 03:40, "Felix Yeung" : > > I’m very new to Lilypond, currently typesetting a document with > > plainsong notation (with gregorio) I have heard of gregorio (http://gregorio-project.github.io/) but never got to use it. I guess that by