Re: Markup in TextSpanner edge-text

2005-08-12 Thread Graham Percival
On 12-Aug-05, at 11:07 AM, Bertalan Fodor wrote: But none of them works: all of them writes nothing. This happened to come up on lily-devel a few days ago: \override TextSpanner #'edge-text = #(cons (markup #:italic "rit" ) "") I updated Text Markup (but a new version hasn't come out

Re: vim mode

2005-08-12 Thread Graham Percival
On 12-Aug-05, at 8:14 AM, Sterling Sympatico wrote: I have a dir - ~./vim/syntax with one file 'lilypond.vim'. This file has a date of 2002 (in the first few lines). I note that there are quite a few *.vim files in the /usr/share/lilypond/2.4.5/vim/ directories. Do I need to do anything to

Re:

2005-08-12 Thread Bertalan Fodor
1 - How to substitute a notehead of an eigthnote to a notehead of a halfnote? I've found another (perhaps better), but also interesting (for me who now's going to understand Scheme and LilyPond better): \once \override Voice.NoteHead #'glyph-name-procedure = #(lambda (a b) "1" ) T

Re:

2005-08-12 Thread Bertalan Fodor
1 - How to substitute a notehead of an eigthnote to a notehead of a halfnote? I came up with this solution: \once \override Voice.NoteHead #'print-function = #Text_interface::print \once \override Voice.NoteHead #'text = #(make-musicglyph-markup "noteheads.s1") c8

[no subject]

2005-08-12 Thread Joel Barbosa
Dear lilypond´s users,   I have been using lilypond for three months and I am enjoying it a lot.   I would appreciate if anybody could help me with two problems to which I haven´t found any solution in the manual and at the webpage:   1 - How to substitute a notehead of an eigthnote to a notehead

Re: Mac OSX and Text Editors

2005-08-12 Thread Kris Shaffer
I have used TextWrangler with Lilypond on OS X Panther for some time. Stephan, I think that Mats is right that TextWrangler is probably using Mac line endings in your files. I set "Default Line Breaks" to "UNIX" when I installed Text Wrangler and use UTF-8 encoding and have not had any pr

Markup in TextSpanner edge-text

2005-08-12 Thread Bertalan Fodor
Hello, I'm trying: \override TextSpanner #'edge-text = #'( \markup "rit" . "") \override TextSpanner #'edge-text = #'( (markup "rit") . "") \override TextSpanner #'edge-text = #'( (make-simple-markup "rit") . "") But none of them works: all of them writes nothing. Can you provide any help achie

Re: Mac OSX and Text Editors

2005-08-12 Thread Erik Sandberg
On Friday 12 August 2005 15.51, Mats Bengtsson wrote: > Stephan Moss wrote: > > When Lilypond reads the .ly file, what is it looking for in terms of > > format (line endings, etc)? > > Line endings are treated like any other white space (spaces and tabs), > so you can write your input on a single l

RE: Mac OSX and Text Editors

2005-08-12 Thread Stephan Moss
So, Unix endings & utf-8 encoding is best? That's what the built in editor spits out? -Original Message- From: Mats Bengtsson [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 6:52 AM To: Stephan Moss Cc: lilypond-user@gnu.org Subject: Re: Mac OSX and Text Editors Stephan Moss

Re: font finding problem

2005-08-12 Thread Thomas Ruedas
Hi, after having wasted a real lot of hours trying to install 2.6.3 which got me deep into package dependency hell and forced me to update at least a dozen other programs as well, I finally had to give up and try 2.4.4 instead, for which there is an RPM from SuSE 9.3. After having been able to

vim mode

2005-08-12 Thread Sterling Sympatico
Hi everyone, I am switching my default editor back to vim (from emacs). I want to make sure that I am getting the best possible results with the syntax highlighting. I have a dir - ~./vim/syntax with one file 'lilypond.vim'. This file has a date of 2002 (in the first few lines). I note that the

Re: Mac OSX and Text Editors

2005-08-12 Thread Mats Bengtsson
Stephan Moss wrote: When Lilypond reads the .ly file, what is it looking for in terms of format (line endings, etc)? Line endings are treated like any other white space (spaces and tabs), so you can write your input on a single line if you like. I took a file that worked from the built in

Mac OSX and Text Editors

2005-08-12 Thread Stephan Moss
When Lilypond reads the .ly file, what is it looking for in terms of format (line endings, etc)? I took a file that worked from the built in editor to Text Wrangler and then back again and it generated lots of errors (Unexpected #end, if I remember right). I wound up re-entering it in the built i

Re: Tie a tremolando - tremolo tied to chord

2005-08-12 Thread Mats Bengtsson
Thanks for the hint, I've added a version of it to the manual. /Mats Steve D wrote: A while back I asked about the possibility of, and then sponsored, a feature to tie grace note and other arpeggios to a following chord. Han-Wen created the \set tieWaitForNote = ##t (or ##f, as the case ma

ec-fonts in 2.6, was: convert-ly problem

2005-08-12 Thread Thomas Scharkowski
> > ... > > You're welcome to reinstate the ec fonts as your private defaults, > > though. > > Well, this (I mean reinstating the ec fonts as my private defaults) is > what I would like to do, and also asked how this could be done in this > list three weeks ago. I got, however, no answer. Could yo