Re: Point-and-click goes to line but not column

2006-03-23 Thread Cameron Horsburgh
Laura Conrad wrote: > I'm having trouble getting point-and-click to go to the column instead > of just the line. I don't think it's a lilypond problem, since I > can't get emacsclient run manually from the command line > to go anywhere but the start of the line, either. Is this a known > problem,

Re: Links Missing in 2.8 Regression Tests

2006-03-23 Thread Carrick Patterson
Title: Re: Links Missing in 2.8 Regression Tests The file names do not work as links, although the music samples do. Sorry I was unclear. Both worked on previous versions. From: Graham Percival <[EMAIL PROTECTED]> Date: Thu, 23 Mar 2006 19:27:46 -0800 To: Carrick Patterson <[EMAIL PROTECTED]> C

Re: Links Missing in 2.8 Regression Tests

2006-03-23 Thread Graham Percival
On 22-Mar-06, at 7:11 PM, Carrick Patterson wrote: FYI the links to associated ".ly" documents are not activated in the Version 2.8 Regression Tests document. thanks. Sorry, could you give us more information? The links for on the "regression tests" webpage work for me. - Graham __

RE: linewidth

2006-03-23 Thread Richard Newman
Try this: \book { \score { \context Staff << \global \partial 4 { s4 \bar "||" e'4 g'4 e'4 g'4 | e'4 g'4 e'4 g'4 | e'4 g'4 e'4 g'4 | e'4 g'4 e'4 g'4 \bar "||" } >> \header { piece = "03 - 0 ~ L4" } } } Richard ---

Re: SciTE and Lilypond

2006-03-23 Thread D Josiah Boothby
It shouldn't be hard to look over the SciTE properties file for TeX/LaTeX filetypes and edit that to be lilypond compatible. I've started a couple times, but since I keep going back to Emacs, I've never really seen it to be worth my while. :) Josiah On Wed, 22 Mar 2006, RDNewman wrote: At

Re: linewidth

2006-03-23 Thread gacl
Hi, Thanks for your help. I have upgraded now to Lilypond 2.8.0 but i can't figure out yet as to how to make Lilypond display a double bar at the beginning. This is what i have so far: \version "2.8.0" global = { \clef "G_8" \key c \major \time 4/4 \override Staff.TimeS

Re: SciTE and Lilypond

2006-03-23 Thread Geoff Horton
> Is there a recommended editor > (I'm on Windows here, or I'd consider Kate or something similar) that is > already recognizes .ly files for syntax highlighting and can handle make > style compilations? Emacs can do almost anything, if you're willing to put up with the learning curve. Geoff __

SciTE and Lilypond

2006-03-23 Thread RDNewman
At the SciTE web site, there seems to be a pretty cool source code editor that can be set up to auto compile if the right commands are given. It needs a lexer to support Lilypond though. I'm fairly new to Lilypond and am using it to support my efforts to learn the guitar. Is there a recommended

Point-and-click goes to line but not column

2006-03-23 Thread Laura Conrad
I'm having trouble getting point-and-click to go to the column instead of just the line. I don't think it's a lilypond problem, since I can't get emacsclient run manually from the command line to go anywhere but the start of the line, either. Is this a known problem, or is there something I migh

How to fine tune ties in 2.8 version ?

2006-03-23 Thread MX
Hi everbody. You can see in the following pictures 1. the original score, 2. the 2.8 lilypond version with automatic tuning of tie and 3. an attempt to tune the tie with (I guess) the only remaining property : Tie #'staff-position. The result is not very good. |Can anyone suggest me a best s

Re: Specify Multiple Properties ?

2006-03-23 Thread Mats Bengtsson
In such a situation, Iwould rather define two functions \tieUpAt and \tieDownAt to be used like \tieUpAt #-5.5 to get a tie curved upwards at staff position -5.5. This is easy to do using the techniques I referenced in the manual, in my initial answer. /Mats Steve D wrote: Hello Mats-- Overn

Re: Specify Multiple Properties ?

2006-03-23 Thread Steve D
Steve D had asked if there were any way in LilyPond to specify or set multiple properties for a single object in one command. Mats Bengtsson responded: On Wed, Mar 22, 2006 at 08:25:37PM +0100, Mats Bengtsson wrote: > What would you gain from it? If you want to do the same > group of settings a n

Re: Mirror margins

2006-03-23 Thread Bart Kummel
Hi Eduardo,Thanks for your suggestion. As I mentioned in a message a few minutes ago, I'm going to try lilypond-book. I thought of a solution like the one you are mentioning myself, but I'm looking for a smooth process, with a minimum of steps for the user. I hope I can convince some members of my

Re: Verbose Readout

2006-03-23 Thread Han-Wen Nienhuys
Carrick Patterson wrote: On the Mac the new stable version prints in the progress window a bunch of extra information including paths to just about every file on my computer every time I "Typeset" a Lilypond file. Is there any way to revert this behavior to just printing out minimal progress info

Re: Mirror margins

2006-03-23 Thread Bart Kummel
I think I'm going to give lilypond-book a try, as Graham suggested. (Thanks for that Gramah!) I hope to find some time this weekend. Has someone already done this with lilypond-book? Please let me know your experiences and perhaps someone can be so kind to share some example with the mailinglist...