Re: Acciaccatura with glissando

2010-06-17 Thread phil.burfitt
- Original Message - From: "-Eluze" To: Sent: Thursday, June 17, 2010 12:29 PM Subject: Re: Acciaccatura with glissando phil.burfitt wrote: \relative c { \clef "treble_8" \key f \major \time 3/4 \slurDown \partial 4*1 \acciaccatura { d16[ e]

Re: Acciaccatura with glissando

2010-06-17 Thread phil.burfitt
- Original Message - From: "-Eluze" To: Sent: Wednesday, June 16, 2010 11:14 PM Subject: Re: Acciaccatura with glissando Hi Eluze, I would have thought grace notes with glissando instead of slur would have been an available user option, as they are quite common in guitar music.

Re: Acciaccatura with glissando

2010-06-16 Thread phil.burfitt
- Original Message - From: "-Eluze" To: Sent: Wednesday, June 16, 2010 2:19 PM Subject: Re: Acciaccatura with glissando phil.burfitt wrote: Anyone known how can I produce an acciaccatura with a glissando rather than a slur ? you could use a \grace instead, and if yo

Acciaccatura with glissando

2010-06-16 Thread phil.burfitt
Anyone known how can I produce an acciaccatura with a glissando rather than a slur ? Phil. LilyPond 2.13.17 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Scheme sandbox

2010-06-16 Thread phil.burfitt
- Original Message - From: "Gilles THIBAULT" To: "Gilles THIBAULT" ; "Carl Sorensen" ; ; Sent: Sunday, June 13, 2010 9:18 PM Subject: Re: Scheme sandbox Oh no sorry ! I have posted the wrong file. This one works in XP, without GUILE_LOAD_PATH. Hope it can be a work-around for Vista

Re: Scheme sandbox

2010-06-12 Thread phil.burfitt
- Original Message - From: "Carl Sorensen" To: ; Sent: Saturday, June 12, 2010 1:02 PM Subject: Re: Scheme sandbox I don't use GUILE_LOAD_PATH in my environment. I just have my PATH include the directory with guile in it. But I have installed guile separately from my LilyPond ins

Scheme sandbox

2010-06-11 Thread phil.burfitt
Thought I'd give scheme a try... first setup GUILE_LOAD_PATH=C:\Program Files\LilyPond\usr\share\guile\1.8 then from command prompt entered guile and this is what I got... C:\Users\Phil>guile Backtrace: In unknown file: ?: 128* [dynamic-wind # # ##f ()>] ?: 129* [#] ?: 130* (let* ((file #

Conditional compiles

2010-06-03 Thread phil.burfitt
Is there a way to compile different parts of a lilypond source file without needing to edit source. i.e by using -d myswitch option in the command line and then some how being able to use that option in the source code? Phil. ___ lilypond-user maili