Re: Frescobaldi custom script

2014-10-25 Thread Peter Bjuhr
On 2014-10-24 15:01, Noeck wrote: Hi, I have a question concerning Frescobaldi: Is it possible to run a custom script (bash/python) from Frescobaldi. This would be my use case: I have a script that runs lilypond and then timidity and other tools to get ogg rehearsal files which are then

Re: Frescobaldi custom script

2014-10-25 Thread Urs Liska
Am 25.10.2014 10:41, schrieb Peter Bjuhr: On 2014-10-24 15:01, Noeck wrote: Hi, I have a question concerning Frescobaldi: Is it possible to run a custom script (bash/python) from Frescobaldi. This would be my use case: I have a script that runs lilypond and then timidity and other tools to

Re: Frescobaldi custom script

2014-10-25 Thread Davide Liessi
Hi. 2014-10-25 10:41 GMT+02:00 Peter Bjuhr peterbj...@gmail.com: you can run a python script as a Snippet (Tools - Snippets). If it's possible to implement in detail is hard for me to say (without seeing your code), but I think that is what you could try if you want to do it within

Re: Frescobaldi custom script

2014-10-25 Thread Davide Liessi
2014-10-25 11:35 GMT+02:00 Davide Liessi davide.lie...@gmail.com: I'll open an issue on Frescobaldi's GitHub tracker about this. https://github.com/wbsoft/frescobaldi/issues/512 ___ lilypond-user mailing list lilypond-user@gnu.org

Cadenza and page layout problem

2014-10-25 Thread Les Editions Valmajour
Hello everyone, Here is my problem : it's about a piece solo + piano, with an unmetered cadenza in which I must specify the line jumps. I must place those jumps in a separate Voice (globalCAD) : the separate solo part will have a different layout. Until the 3rd line, everything works fine.

Cadenza and page layout problem [solved]

2014-10-25 Thread Les Editions Valmajour
Solved with Mike's help like this : \layout { \context { \Voice \override Glissando #'breakable = ##t \override TupletNumber #'breakable = ##t \override TupletBracket #'breakable = ##t \remove Forbid_line_break_engraver } } Cordialement, ~Mike Hello

Re: Tags in Lyrics

2014-10-25 Thread Simon Albrecht
Am 24.10.2014 um 21:48 schrieb Thomas Morley: 2014-10-24 21:19 GMT+02:00 Simon Albrecht simon.albre...@mail.de: [...] I tried to, but somehow an extender line inside a music function body gives a syntax error and I’ve got no clue how to circumvent that. You’ll find the current function

slur up on acciacatura

2014-10-25 Thread Ralph Palmer
Greetings - Can anyone help me figure out how to force the acciacatura slur up in the attached snippet? ## start ## \version 2.18.2 \score { \relative c' { \new Staff { \acciaccatura f'8 a, g'4-- } } } # end # I appreciate your

Re: slur up on acciacatura

2014-10-25 Thread Federico Bruni
2014-10-25 15:21 GMT+02:00 Ralph Palmer palmer.r.vio...@gmail.com: Can anyone help me figure out how to force the acciacatura slur up in the attached snippet? ## start ## \version 2.18.2 \score { \relative c' { \new Staff { \acciaccatura f'8 a, g'4-- } }

Re: slur up on acciacatura

2014-10-25 Thread Ralph Palmer
On Sat, Oct 25, 2014 at 9:33 AM, Federico Bruni fedel...@gmail.com wrote: 2014-10-25 15:21 GMT+02:00 Ralph Palmer palmer.r.vio...@gmail.com: Can anyone help me figure out how to force the acciacatura slur up in the attached snippet? ## start ## \version 2.18.2

Tie results in strange error

2014-10-25 Thread Dr. Bernhard Kleine
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This works c1~ | c4 d g, e d c2 h~ h a c, gis but c1~ | (c4 d g, e d c2 h~ h a c, gis) throws an error: c:/users/bk/appdata/local/temp/frescobaldi-u7morv/tmpnjf09v/document.ly:74:9: Fehler: syntax error, unexpected EVENT_IDENTIFIER c1~ |

Re: Tie results in strange error

2014-10-25 Thread Simon Albrecht
Am 25.10.2014 um 16:04 schrieb Dr. Bernhard Kleine: c1~ | (c4 d g, e d c2 h~ h a c, gis) Hello Bernhard, it helps a lot if you post compilable examples (that is, complete .ly files), and best in an attachment so mailing systems can’t mess up anything. However: the ( for the slur must come

Re: Tie results in strange error

2014-10-25 Thread Federico Bruni
Il giorno sab 25 ott 2014 alle 16:04, Dr. Bernhard Kleine bernhard.kle...@gmx.net ha scritto: c:/users/bk/appdata/local/temp/frescobaldi-u7morv/tmpnjf09v/document.ly:74:9: Fehler: syntax error, unexpected EVENT_IDENTIFIER c1~ | (c4 d g, e d c2 h~ h a c, gis) Since you are using

Two voices ending score

2014-10-25 Thread Son_V
Hi all, I’m transcribing a score that have two voices in the end, as you can see here: http://lilypond.1069038.n5.nabble.com/file/n167903/FM_68-70.jpg as I have said before, up to bore everyone, I have used Musescore to make an xml file and imported it in Frescobaldi. I get this result, were I

Re: Mac OSX 10.10 (Yosemite) and LilyPond compatibility?

2014-10-25 Thread Gabriel Striewe
On Fri, Oct 24, 2014 at 02:20:38AM +0200, Gabriel Striewe wrote: You may have to update to Command Line Tools (OS X 10.10) [1]. 1. https://developer.apple.com/downloads/index.action?name=for%20Xcode%20- Unfortunately, that was not the reason; the Command Line Tools are up to date.

Re: Two voices ending score

2014-10-25 Thread Son_V
And WHY i get this ghost beat 71? How can I get it away? (always thanks ...) -- View this message in context: http://lilypond.1069038.n5.nabble.com/Two-voices-ending-score-tp167903p167907.html Sent from the User mailing list archive at Nabble.com.

Re: Scheme function to affect a compound music expression?

2014-10-25 Thread Peter Crighton
2014-10-24 23:01 GMT+02:00 Peter Crighton petecrigh...@gmail.com: 2014-10-24 16:54 GMT+02:00 Robin Bannister r...@dataway.ch: So it looks like LilyPond wants to merge the rests, but will do this only if they seem identical. Having read through the regression snippet and been inspired by

Re: Scheme function to affect a compound music expression?

2014-10-25 Thread David Nalesnik
Hi Peter, On Sat, Oct 25, 2014 at 10:41 AM, Peter Crighton petecrigh...@gmail.com wrote: 2014-10-24 23:01 GMT+02:00 Peter Crighton petecrigh...@gmail.com: 2014-10-24 16:54 GMT+02:00 Robin Bannister r...@dataway.ch: So it looks like LilyPond wants to merge the rests, but will do this only

Re: Mac OSX 10.10 (Yosemite) and LilyPond compatibility?

2014-10-25 Thread Paul Morris
linux wrote So Mac Os X Yosemite 10.10 with updated Xcode and Command Line Tools (6.1) is without lilypond for the moment! Well, only if you are trying to install LilyPond with homebrew, right? You can still download and install LilyPond from here, and it should work fine:

Re: Scheme function to affect a compound music expression?

2014-10-25 Thread Peter Crighton
2014-10-25 17:51 GMT+02:00 David Nalesnik david.nales...@gmail.com: Hi Peter, On Sat, Oct 25, 2014 at 10:41 AM, Peter Crighton petecrigh...@gmail.com wrote: I now wanted to improve the function to also skip MultiMeasureRests and first tried replacing 'rest-event with

Re: Scheme function to affect a compound music expression?

2014-10-25 Thread David Nalesnik
On Sat, Oct 25, 2014 at 11:01 AM, Peter Crighton petecrigh...@gmail.com wrote: Thanks, David, that indeed does the trick! I'm curious--what example was Robin's suggestion not working for? Removing the check for 'MultiMeasureRestEvent works fine for me with multi-measure rests. --David

Re: Scheme function to affect a compound music expression?

2014-10-25 Thread David Nalesnik
Hi again, Peter-- On Sat, Oct 25, 2014 at 11:01 AM, Peter Crighton petecrigh...@gmail.com wrote: 2014-10-25 17:51 GMT+02:00 David Nalesnik david.nales...@gmail.com: Hi Peter, On Sat, Oct 25, 2014 at 10:41 AM, Peter Crighton petecrigh...@gmail.com wrote: I now wanted to improve the

Re: scheme engraver and left-neighbor

2014-10-25 Thread Samuel DA MOTA
David Nalesnik writes: Hi Sam, On Fri, Oct 24, 2014 at 5:39 PM, Samuel DA MOTA da.mota@gmail.com wrote: Hi, I'm trying to write a scheme engraver and I'm blocked at some point. I'm trying to determine if the left-neighbor of a grob is a (semi-)tie or not. Can someone provide some

Re: Two voices ending score

2014-10-25 Thread Colin Campbell
On 14-10-25 09:32 AM, Son_V wrote: And WHY i get this ghost beat 71? How can I get it away? (always thanks ...) It would be easier to comment on a minimal example, but the ghost bar is a clear indicator that you have more bars in one voice than the rest. You might have a look at the

Re: Tags in Lyrics

2014-10-25 Thread Thomas Morley
2014-10-25 14:46 GMT+02:00 Simon Albrecht simon.albre...@mail.de: Am 24.10.2014 um 21:48 schrieb Thomas Morley: 2014-10-24 21:19 GMT+02:00 Simon Albrecht simon.albre...@mail.de: [...] I tried to, but somehow an extender line inside a music function body gives a syntax error and I’ve got