Re: Setting the value of a music property

2010-07-25 Thread Joseph Wakeling
On 07/25/2010 10:14 PM, Neil Puttock wrote: > The music property must be set after calling the naturalizeMusic > function, otherwise it's too late: Brilliant, that works, thank you! :-) One small point of clarification -- do I have to put brackets {} around the music that a \withMusicProperty sta

Re: [tablatures] [Request/Bounty] Tablature bends

2010-07-25 Thread Graham Percival
Bug Squad: two bounty offers in this email; please add to tracker. Others: please send bounty offers to bug-lilypond. Cheers, - Graham On Sun, Jul 25, 2010 at 11:22:57AM +0200, Federico Bruni wrote: > Hi Marc, > > Il giorno sab, 24/07/2010 alle 20.19 +0200, Marc Hohl ha scritto: > > Hello all,

Re: [tablatures] [Request/Bounty] Tablature bends

2010-07-25 Thread Federico Bruni
Hi Marc, Il giorno sab, 24/07/2010 alle 20.19 +0200, Marc Hohl ha scritto: > Hello all, > > after about half a year I have to admit that I don't have a) the time > and b) the programming skills to implement bends in lilypond[1]. Sorry. > it's a pity... anyway, you did a great job so far! as a

Re: vim instructions change

2010-07-25 Thread Patrick McCarty
Hi Colin, On 2010-07-25, Colin Campbell wrote: > > As I understand it, the supported filetype.vim and vimrc are only > found in the /vim directory of a source tree. I wouldn't call either of files *supported*, since as far as I can see, neither of them have ever been installed on a user's system

Re: vim instructions change

2010-07-25 Thread Colin Campbell
On 10-07-25 02:32 PM, Graham Percival wrote: On Sun, Jul 25, 2010 at 01:34:23PM -0600, Colin Campbell wrote: On 10-07-25 12:45 PM, Graham Percival wrote: I'm a bit suspicious about commit 4578dfbfdab5704ffc5317adfb252cb242f30115 1. AFAIK, we definitely want people creating or modifyi

Re: vim instructions change

2010-07-25 Thread Trevor Daniels
Graham Percival wrote Sunday, July 25, 2010 9:32 PM On Sun, Jul 25, 2010 at 01:34:23PM -0600, Colin Campbell wrote: On 10-07-25 12:45 PM, Graham Percival wrote: I'm a bit suspicious about commit 4578dfbfdab5704ffc5317adfb252cb242f30115 1. AFAIK, we definitely want people creating or modifying

Re: vim instructions change

2010-07-25 Thread Graham Percival
On Sun, Jul 25, 2010 at 01:34:23PM -0600, Colin Campbell wrote: > On 10-07-25 12:45 PM, Graham Percival wrote: >> I'm a bit suspicious about commit >> 4578dfbfdab5704ffc5317adfb252cb242f30115 >> >> 1. AFAIK, we definitely want people creating or modifying >> ~/.vim/filetype.vim > > I installed Vim

Re: Setting the value of a music property

2010-07-25 Thread Neil Puttock
On 25 July 2010 20:49, Joseph Wakeling wrote: > I don't know how that typo got into my email, but it is _not_ what I > have in my Lilypond input file.  This is: > >   naturalizeMusic = >   #(define-music-function (parser location m) >      (ly:music?) >      (naturalize m (ly:music-property m 'na

Re: Setting the value of a music property

2010-07-25 Thread Joseph Wakeling
On 07/25/2010 09:49 PM, Joseph Wakeling wrote: > I don't know how that typo got into my email, but it is _not_ what I > have in my Lilypond input file. For reference, I've attached a complete .ly file. naturalizeMusic = #(define-music-function (parser location m) (ly:music?) (naturalize m (

Re: Setting the value of a music property

2010-07-25 Thread Joseph Wakeling
On 07/25/2010 08:49 PM, Neil Puttock wrote: > This function has an arg called `m', but you're trying to access a > property from `music'. This doesn't cause an `unbound variable' error > since you have the following identifier (whose music has no > 'naturalize-style setting): I don't know how tha

Re: vim instructions change

2010-07-25 Thread Patrick McCarty
On Sun, Jul 25, 2010 at 11:45 AM, Graham Percival wrote: > I'm a bit suspicious about commit > 4578dfbfdab5704ffc5317adfb252cb242f30115 > > 1. AFAIK, we definitely want people creating or modifying > ~/.vim/filetype.vim > It's just possible that it might be on a different location on > windows, bu

Re: vim instructions change

2010-07-25 Thread Colin Campbell
On 10-07-25 12:45 PM, Graham Percival wrote: I'm a bit suspicious about commit 4578dfbfdab5704ffc5317adfb252cb242f30115 1. AFAIK, we definitely want people creating or modifying ~/.vim/filetype.vim It's just possible that it might be on a different location on windows, but most people using vim

Re: vim instructions change

2010-07-25 Thread Jonathan Kulp
On Sun, Jul 25, 2010 at 1:45 PM, Graham Percival wrote: > I'm a bit suspicious about commit > 4578dfbfdab5704ffc5317adfb252cb242f30115 > > 3. I think the previous runtimepath was wrong, but the new one > isn't much better -- it should point to the locally-installed > version of lilypond, which wil

Re: Setting the value of a music property

2010-07-25 Thread Neil Puttock
On 25 July 2010 13:22, Joseph Wakeling wrote: >    naturalizeMusic = >    #(define-music-function (parser location m) >       (ly:music?) >       (naturalize m (ly:music-property music 'naturalize-style))) This function has an arg called `m', but you're trying to access a property from `music'.

vim instructions change

2010-07-25 Thread Graham Percival
I'm a bit suspicious about commit 4578dfbfdab5704ffc5317adfb252cb242f30115 1. AFAIK, we definitely want people creating or modifying ~/.vim/filetype.vim It's just possible that it might be on a different location on windows, but most people using vim on windows would probably be using cygwin, so t

Setting the value of a music property

2010-07-25 Thread Joseph Wakeling
Dear everyone, A possibly dumb question -- I'm having some difficulty working out how to set the value of a given music property. Here's a little piece of Lilypond Scheme adapted from the naturalizeMusic.ly snippet: naturalizeMusic = #(define-music-function (parser location m) (ly

midiInstrument

2010-07-25 Thread Martin Tarenskeen
Hi, I never quite liked the way a MIDI instrument is assigned to a staff or voice in Lilypond. You are forced to use the exact names for the midiInstrument property that are hardcoded in midi.scm Why is this a problem: 1. I can't remember the names without the manual. My brains are getting o

Re: [tablatures] [Request/Bounty] Tablature bends

2010-07-25 Thread Marc Hohl
Federico Bruni schrieb: Hi Marc, Il giorno sab, 24/07/2010 alle 20.19 +0200, Marc Hohl ha scritto: Hello all, after about half a year I have to admit that I don't have a) the time and b) the programming skills to implement bends in lilypond[1]. Sorry. it's a pity... anyway, you did

Re: [tablatures] [Request/Bounty] Tablature bends

2010-07-25 Thread Patrick Schmidt
Am 25.07.2010 um 11:22 schrieb Federico Bruni: Hi Marc, Il giorno sab, 24/07/2010 alle 20.19 +0200, Marc Hohl ha scritto: Hello all, after about half a year I have to admit that I don't have a) the time and b) the programming skills to implement bends in lilypond[1]. Sorry. it's a pity