Re: glissando without starting note

2011-02-14 Thread Phil Brooks
James Bailey googlemail.com> writes: > Perhaps something like this? > > { >g''1\breathe >\hideNotes >a'8*1/2 >\noBeam >\glissando >\unHideNotes >a'' a''4 a''8 a''4 \bar "|." > } > I found this example searching on the net -- it almost does what I want -- I am ha

Re: glissando without starting note

2011-02-14 Thread Phil Brooks
James Bailey googlemail.com> writes: > Perhaps something like this? > > { >g''1\breathe >\hideNotes >a'8*1/2 >\noBeam >\glissando >\unHideNotes >a'' a''4 a''8 a''4 \bar "|." > } > I found this example searching on the net -- it almost does what I want -- I am ha

Re: code produces pdf but fails for svg

2011-02-14 Thread Patrick McCarty
On Mon, Feb 14, 2011 at 2:12 PM, Gerard McConnell wrote: > Hello, > The following is a chord sheet which I'll need to edit in Inkscape. > Lilypond produces the pdf fine, but when I use "%lilypond -dbackend=svg > %buffer" > the message is ": In expression (repeat-slash 2.0 1.0 ...): > : Unbound var

Re:Re: can't compile

2011-02-14 Thread 胡海鹏 - Hu Haipeng
Thank you Nick and Graham! I said that you must remove %{ and %} to get the correct frame to construct the pdf. Since the midi frame already took 1.1GB RAM, it's obviously the score frame will cost more. FOrtunately, this is not my problem, and I'll buy a new machine on 20th of this month, XP wi

Re: can't compile

2011-02-14 Thread Graham Percival
On 2/15/11, Nick Payne wrote: > On 15/02/11 09:28, 胡海鹏 - Hu Haipeng wrote: >> I'm almost near the end of my second work (still about 80-100 bars not >> written). The day before yesterday, when I was at bar 362, Lily could >> still compile it within 2 hours. ... > I commented out the \midi { } in t

Re: can't compile

2011-02-14 Thread Nick Payne
On 15/02/11 09:28, ?? - Hu Haipeng wrote: Hello, I'm almost near the end of my second work (still about 80-100 bars not written). The day before yesterday, when I was at bar 362, Lily could still compile it within 2 hours. But last night, I left my computer running it, and it was still han

can't compile

2011-02-14 Thread 胡海鹏 - Hu Haipeng
Hello, I'm almost near the end of my second work (still about 80-100 bars not written). The day before yesterday, when I was at bar 362, Lily could still compile it within 2 hours. But last night, I left my computer running it, and it was still hanging there when I got up this morning, thus ab

Re: Slur position : "catching" Llilypond values...

2011-02-14 Thread David Nalesnik
>> Here is my function: >> >> offsetBrokenSpanner = >> #(define-music-function (parser location name offsets) (string? pair?) >> #{ >>\overrideProperty $name #'after-line-breaking #(broken-spanner >> $offsets) >> #} >> ) >> >> #(define ((broken-spanner offsets) grob) >>(let* (

code produces pdf but fails for svg

2011-02-14 Thread Gerard McConnell
Hello, The following is a chord sheet which I'll need to edit in Inkscape. Lilypond produces the pdf fine, but when I use "%lilypond -dbackend=svg %buffer" the message is ": In expression (repeat-slash 2.0 1.0 ...): : Unbound variable: repeat-slash" What am I doing wrong? Thanks for any help, gerar

Re: Slur position : "catching" Llilypond values...

2011-02-14 Thread Nick Payne
On 15/02/11 02:02, David Nalesnik wrote: On 2/14/11, Dmytro O. Redchuk wrote: Would be great it if allows to specify which grob's positions to alter, like this: \offsetPositions #"Arpeggio" #'(-2 . 2) Hi, Dmytro -- I actually have been working on a snippet which generalizes another functio

Re: engraving question - changing stem direction to avoid levitating slur

2011-02-14 Thread Shane Brandes
Hi Janek, I looked through some scores and it does not seem to be out of place as is, which was also my initial reaction. I did notice a few instance were the slur lines were engraved crossing through the stems when they would have otherwise been too high. It is always also possible to have th

engraving question - changing stem direction to avoid levitating slur

2011-02-14 Thread Janek Warchoł
Hi, i have a levitating slur like in the attachment. Fixing slur is easy - just change the direction of stems of bflat notes under it. But the question is, should the direction of bflat notes outside the slur be changed as well (i.e. the ones over "terrae")? What's the common engraving practice?

Re: Error in running Lilypond

2011-02-14 Thread Bertalan Fodor (LilyPondTool)
I must admit the convert-ly part is quite unmaintained. The Windows-orientation comes from the fact I have only access to Windows machines. If you send me bug reports at http://sourceforge.net/tracker/?group_id=91119&atid=596024 I'll take a look. (Though currently sourceforge seems to be down) On

Re: Slur position : "catching" Llilypond values...

2011-02-14 Thread Dmytro O. Redchuk
On Mon 14 Feb 2011, 09:02 David Nalesnik wrote: > On 2/14/11, Dmytro O. Redchuk wrote: > > > Would be great it if allows to specify which grob's positions to alter, like > > this: > > > > \offsetPositions #"Arpeggio" #'(-2 . 2) Oh, yes, i see --- every grob requires "it's own" function to calc in

Re: Slur position : "catching" Llilypond values...

2011-02-14 Thread David Nalesnik
On 2/14/11, Dmytro O. Redchuk wrote: > Would be great it if allows to specify which grob's positions to alter, like > this: > > \offsetPositions #"Arpeggio" #'(-2 . 2) > Hi, Dmytro -- I actually have been working on a snippet which generalizes another function -- namely, the oft-cited snippet f

Re: Get the pitch as number

2011-02-14 Thread Henrik Frisk
On Fri, Feb 11, 2011 at 3:10 PM, Gilles THIBAULT wrote: > >> It appears to me that I'm getting a list rather than an integer, but if I >> run (get-text texts (ly:pitch-semitones (ly:make-pitch 0 1 0))) > > So get-pitch was probably the culprit ... > > > NB > You use : ly:pitch-semitones. You'll ge

Re: Error in running Lilypond

2011-02-14 Thread Gilles THIBAULT
To tell you the truth, convert-ly doesn'n work for me in lilypondTool. The whole concept of the configuration is windows-oriented Not works for me also in Windows : % Sourced file: jeditresource:/LilyPondTool.jar!/lilytool/macros/convertToLily.bsh : Error in method invocation: Stat

Guile interpreter

2011-02-14 Thread Henrik Frisk
Hi, When I'm starting up the Guile interpreter by inserting #(module-define! (resolve-module '(guile-user)) 'lilypond-module (current-module)) #(top-repl) in my .ly file, I don't have readline support (command history, etc). How can I make sure the ice-9 and readline modules are loaded when

Re: Error in running Lilypond

2011-02-14 Thread Father Gordon Gilbert
On 14/02/2011, Francisco Vila wrote: > 2011/2/14 Father Gordon Gilbert : >> Thank you -- so I did which for both, and with the .py nothing comes >> up, and without, it shows /usr/local/bin. So how do I get these >> things working? On this machine, I'll have quite a bit of upgrading, >> from 2.5.

Re: Slur position : "catching" Llilypond values...

2011-02-14 Thread Dmytro O. Redchuk
On Fri 11 Feb 2011, 16:25 David Nalesnik wrote: > On 2/11/11, Xavier Scheuer wrote: > > On 8 February 2011 22:56, David Nalesnik wrote: > >> > >> Hello, > >> > >> There probably is a better way to do this, but the function below > >> seems to do the trick. It adds an offset to the Y-coordinate o

Re: Error in running Lilypond

2011-02-14 Thread Francisco Vila
2011/2/14 Father Gordon Gilbert : > Thank you -- so I did which for both, and with the .py nothing comes > up, and without, it shows /usr/local/bin.  So how do I get these > things working?  On this machine, I'll have quite a bit of upgrading, > from 2.5.x I believe.  Compiling works now, but conve

Re:Error in running Lilypond

2011-02-14 Thread Father Gordon Gilbert
Thanks, Colin for your help. That turned the tide. Took out the .py and everything worked! (Well, one convert didn't quite complete because of the age, but I can work with that ...) Thanks again. Gordon+ -- Fr. Gordon Gilbert Penetanguishene, ON _

Re: Error in running Lilypond

2011-02-14 Thread Father Gordon Gilbert
On 14/02/2011, Francisco Vila wrote: > 2011/2/14 Father Gordon Gilbert : >> On 13/02/2011, Michael Ellis wrote: >>> On Sun, Feb 13, 2011 at 6:05 PM, Father Gordon Gilbert >>> >>> wrote: >>> /usr/local/bin/python: can't open file '/usr/local/bin/convert-ly.py' >>> >>> >>> Is convert.ly presen

Re: Time signature change within bars

2011-02-14 Thread -Eluze
Kieren MacMillan wrote: > > > > \relative c' { > \clef bass > \time 6/8 > b b, b b b b | > b4. s4 \set Timing.measurePosition = #(ly:make-moment 6 8) \time 4/4 > g'8. g16 | > a4 g > } > > Same as an in-bar key signature: the composer has the choice of waiting > until the bar to cha

Re: Error in running Lilypond

2011-02-14 Thread Francisco Vila
2011/2/14 Father Gordon Gilbert : > On 13/02/2011, Michael Ellis wrote: >> On Sun, Feb 13, 2011 at 6:05 PM, Father Gordon Gilbert >> wrote: >> >>> /usr/local/bin/python: can't open file '/usr/local/bin/convert-ly.py' >> >> >> Is convert.ly present in /usr/local/bin?  The error is claiming otherwis