Suppressing TextSpanner #'left #'text after line breaking?

2007-04-29 Thread Trevor Bača
Hi, In the following snippet, the text "start" appears both at the start of the text spanner and at the start of the following line: %%% BEGIN %%% \version "2.11.20" \new Staff { \override TextSpanner #'bound-details #'left #'text = \markup { "start" } c'1 \startTextSpan \break c'1 c

Hooks at the end of text spanners?

2007-04-29 Thread Trevor Bača
Hi, I want a downward-pointing hook at the end of a text spanner (like on an ottava bracket). Oddly, it looks like upward-pointing hooks work while downward-pointing hooks do not. Here's an upward-pointing hook that works: %%% BEGIN %%% \version "2.11.20" \new Staff { \override TextSpanner

Re: Line breaks and glissandos in \version "2.11.22"

2007-04-29 Thread Bernard Hurley
Sorry, I've found the answer in the manual - I must be getting tired! On Mon, 2007-04-30 at 01:40 +0100, Bernard Hurley wrote: > Hi, > > After processing following code: > > === > { > \time 4/4 > r2 d''2\glissando > \break > c''2 r2 > } > === > > there is no brea

Line breaks and glissandos in \version "2.11.22"

2007-04-29 Thread Bernard Hurley
Hi, After processing following code: === { \time 4/4 r2 d''2\glissando \break c''2 r2 } === there is no break between the two bars. I have a score with _lots_ of glissandi accross bar lines. I need to be able to force line breaks. How do I do it? I have tried: ==

Re: lilypond in lyx

2007-04-29 Thread Damian leGassick
hi bernard that's what i thought...so it's not really a feature-add at all is it? i thought about a script, but i reckon the amount of time it would save me is about one millionth of the time it would take to get the script working... cheers D On 29 Apr 2007, at 21:23, Bernard Hurley w

Outer tuplet bracket alignment?

2007-04-29 Thread Trevor Bača
Hi, Is there a way to align the outer brackets of nested tuplets? In the snippet below, I'd like the quintuplet brackets in the two measures to align vertically; instead, the inner triplet bracket in the first measure aligns with the lone quintuplet bracket in the second measure. %%% BEGIN %%%

Re: lilypond in lyx

2007-04-29 Thread Bernard Hurley
It seems that the lilypond converters simply run things like "lilypond -b eps --ps" on a lilypond file - i.e. they merely allow you to run lilypond from within LyX. You still have to put the eps files into the LyX document by hand. What would be useful would be something similar to ERT that allowe

Re: removing tags

2007-04-29 Thread Bernard Hurley
Maybe this has something to do the order in which things are done. If \keepWithTag #'B is applied first and it is applied recursively to subexpressions of \three then the note b'' would be deleted. Bernard On Sun, 2007-04-29 at 20:34 +0100, Bernard Hurley wrote: > Hi all, > > Is there any way of

removing tags

2007-04-29 Thread Bernard Hurley
Hi all, Is there any way of removing tags from music? For instance naively one might expect: = one= {a'' \tag #'A b'' c'' \tag #'C f''} two = {\keepWithTag #'A \one } three = { \tag #'B \two \tag #'E a'' } { d'' \keepWithTag #'B \three } === to display

Re: lilypond in lyx

2007-04-29 Thread Bernard Hurley
You can get lilypond to produce eps files and load these into lyx by hand. You will have to be careful about things like page lengths so you don't collide with lyx footers etc. /Bernard On Fri, 2007-04-27 at 17:47 +0100, Damian leGassick wrote: > is anyone using lyx 1.4.4 or 1.5.0b successfully

RE: drums rest

2007-04-29 Thread Fairchild
PL - Add \override Rest #'extra-offset = #'(0 . 2.5) - Bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of pascal lawrynowicz Sent: Monday, November 20, 2006 6:20 AM To: lilypond-user Subject: drums rest Hello all,

Re: dotted vertical lines between notes

2007-04-29 Thread Trevor Bača
On 4/29/07, Fairchild <[EMAIL PROTECTED]> wrote: Trevor, Jim - Here's a sledgehammer way. %% staffViolin = \new Staff { \time 4/4 \set Staff.instrument="Violin" \key c \major\clef treble\relative c' { c1*1/9 d1*1/9 e1*1/9 f1*1/9 _\markup { \postscrip

Problems with slurs when key signature changes at linebreaks

2007-04-29 Thread Francesco Guglie
Hello to everybody! I'm using lilypond 2.10.20 on a GNU/Linux system and I'm having some troubles with slurs and phrasing slurs when key and time signatures change at a linebreak and slurs must go across such a linebreak. Here a small piece of code that shows the situation I'm writing about: %%%

Re: Help with a symbol.

2007-04-29 Thread Martial
hi! pff ! I am a stupid boy; this is so simple. { c'^\markup { \musicglyph #"pedal.*" } } ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Help with a symbol.

2007-04-29 Thread Werner LEMBERG
> I am trying to make a score that uses a repeat symbol that I do not > found on lilypond ( is the * like symbol on the attached image ). This is the `pedal up' symbol; the glyph is called `pedal.*'. Werner ___ lilypond-user mailing list lilypon

RE: dotted vertical lines between notes

2007-04-29 Thread Fairchild
Trevor, Jim - Here's a sledgehammer way. %% staffViolin = \new Staff { \time 4/4 \set Staff.instrument="Violin" \key c \major\clef treble\relative c' { c1*1/9 d1*1/9 e1*1/9 f1*1/9 _\markup { \postscript #"0.3 setlinewidth 1 setlinecap [0.03 1] 0 setdas

Re: lilypond in lyx

2007-04-29 Thread Damian leGassick
thanks bernard i think i asked the wrong question do you know how to use ly'x new lilypond convertors in-place instead of using eps files? cheers damian On 29 Apr 2007, at 14:53, Bernard Hurley wrote: You can get lilypond to produce eps files and load these into lyx by hand. You will h

Help with a symbol.

2007-04-29 Thread Allan Spagnol Comar
Hi folks, I am trying to make a score that uses a repeat symbol that I do not found on lilypond ( is the * like symbol on the attached image ). I will very glad if someone help me with that one. thanks, Allan -- An application asked: "Requires Windows 9x, NT4 or better", so I´ve installed Linu

Re: move a turn

2007-04-29 Thread Kieren MacMillan
Hi, Steve: i'm trying to place a turn in between two note heads Hope the attached helps. Kieren. ___ \version "2.11.12" moveTurn = \once \override Script #'extra-offset = #'(6.2 . -5.6) theMusic = \relative c' { fis4-- \breathe gis8.-> dis16--~ \moveTurn dis8\turn cis--~ cis16

move a turn

2007-04-29 Thread steve berthiaume
hello, i'm trying to place a turn in between two note heads, but can't even seem to move it from the stem down to one of the heads; _\turn doesn't seem to do anything. thanks again, steve \version "2.10.20" \score { \relative c' {fis4-- \breathe gis8.-> dis16--~ dis8 %%% place turn he

Re: Sponsorhip offer: slash on beamed grace notes

2007-04-29 Thread Maximilian Albert
Hi Jamie, hi everyone, I didn't have the time to work out how this could be implemented in lily itself. But given the combined power of lilypond and scheme, I thought it must be possible to write a music function which implements this. After some trial and error, I have come up with the attached o

Re: lilypond-book and pdf output

2007-04-29 Thread Graeme McKinstry
Graham Percival gmail.com> writes: > > Graeme McKinstry wrote: > > I have got the exec part to work, but I can't get > > the path name to be global. I think the manual is > > for bash. > > It is indeed; bash is standard in OSX 10.3 and 10.4. Why change it? > > > setenv PATH "~/bin:$PATH" >

Re: running lily from right directory

2007-04-29 Thread John Mandereau
Le samedi 28 avril 2007 à 20:45 -0400, steve berthiaume a écrit : > Hello, > > found something interesting today; there's a difference between: > > [EMAIL PROTECTED]:~$ lilypond ~/Desktop/lilypond_files/[filename.ly] > > and: > > [EMAIL PROTECTED]:~/Desktop/lilypond_files$ lilypond [ filename.l