Re: manipulating .ly with bash - echo drops \

2008-11-26 Thread Jonathan Kulp
Rob Canning wrote: Jonathan Kulp wrote: Rob Canning wrote: first thing i would like to do is insert some additional stuff one line under the 'version "2.10" line. Ah. I overlooked this part. The script I put in the other email won't put the text in the right place like you want. I guess

Re: manipulating .ly with bash - echo drops \

2008-11-26 Thread Rob Canning
Jonathan Kulp wrote: Rob Canning wrote: first thing i would like to do is insert some additional stuff one line under the 'version "2.10" line. Ah. I overlooked this part. The script I put in the other email won't put the text in the right place like you want. I guess your "dirty" soluti

Re: manipulating .ly with bash - echo drops \

2008-11-26 Thread Jonathan Kulp
Rob Canning wrote: first thing i would like to do is insert some additional stuff one line under the 'version "2.10" line. Ah. I overlooked this part. The script I put in the other email won't put the text in the right place like you want. I guess your "dirty" solution is better :) Jon

Re: manipulating .ly with bash - echo drops \

2008-11-26 Thread Jonathan Kulp
Rob Canning wrote: Rob Canning wrote: hello, i have generated a lilypond file and would like to be able to manipulate the file with bash scripts. first thing i would like to do is insert some additional stuff one line under the 'version "2.10" line. the script i have is below - the problem is

Re: manipulating .ly with bash - echo drops \

2008-11-26 Thread Rob Canning
Rob Canning wrote: hello, i have generated a lilypond file and would like to be able to manipulate the file with bash scripts. first thing i would like to do is insert some additional stuff one line under the 'version "2.10" line. the script i have is below - the problem is the echo "$line" bi