Re: can Tuplet #'avoid-slur #'outside?

2006-06-12 Thread Mats Bengtsson
You could use something like \override TupletBracket #'padding = #2 but it would of course be nicer if you could convince LilyPond to do it automatically by setting some avoid-slur property (I didn't manage either). /Mats Kieren MacMillan wrote: Hello, all -- Is there any (easy) way to get

MIDI output problem (acciaccatura)

2006-06-12 Thread IMAI Yuji
Hi, lists. I got confused timing midi file by following code. My Lilypond on Windows XP version is 2.8.4-1 and 2.8.1-2 Thanks. \score { \time 3/8 \new Staff \relative { f8 f f \acciaccatura a8 g16. f32 e4 \acciaccatura a8 g16. f32 e4 } \new

Re: MIDI output problem (acciaccatura)

2006-06-12 Thread Mats Bengtsson
Please send bug reports to [EMAIL PROTECTED] However, this problem has already been reported a number of times, so it should be well-known by now. /Mats IMAI Yuji wrote: Hi, lists. I got confused timing midi file by following code. My Lilypond on Windows XP version is 2.8.4-1 and 2.8.1-2

RE: Lyrics problem ... Bug? Feature? ???

2006-06-12 Thread Anthony Youngman
I've changed my approach - I felt all along that the rests were what was screwing things up. (Which means, I think, that if I copy your example exactly as you've given it, it'll be just as big a mess as before. But I'll try your approach in a minute - I'm still going to send this email because I

RE: Lyrics problem ... Bug? Feature? ???

2006-06-12 Thread Anthony Youngman
Ummm ... your approach worked. Except not completely :-( You'll notice my revised stuff has THREE occurrences of the lyrics (so far). So I did a '\repeat unfold 3'. And got lyrics for the first two only :-( How difficult can it be :-( All I'm trying to do is create a two-bar fragment that gets

Re: Lyrics problem ... Bug? Feature? ???

2006-06-12 Thread Mats Bengtsson
It works if you make sure to keep the Voice context pennsylvania alive between the different places in the score where you use your \pennsylvania. For example, you can add the following in your \score block: \score { \new Staff { \set Score.skipBars = ##t { \clef

Re: Lyrics problem ... Bug? Feature? ???

2006-06-12 Thread Mats Bengtsson
Anthony Youngman wrote: I've changed my approach - I felt all along that the rests were what was screwing things up. (Which means, I think, that if I copy your example exactly as you've given it, it'll be just as big a mess as before. But I'll try your approach in a minute - I'm still going

RE: Lyrics problem ... Bug? Feature? ???

2006-06-12 Thread Anthony Youngman
Thanks. I'll play with all this and see where I get. I thought what I was doing WAS simple :-( I'll also try the {} you mention in your other email. And I'll download and read the 2.9 docu at some point. Although I get the impression it might not be a good idea to upgrade for a while ...

Re: can Tuplet #'avoid-slur #'outside?

2006-06-12 Thread Han-Wen Nienhuys
Mats Bengtsson schreef: You could use something like \override TupletBracket #'padding = #2 but it would of course be nicer if you could convince LilyPond to do it automatically by setting some avoid-slur property (I didn't manage either). slur-engraver.cc hardcodes what interfaces it listens

Re: can Tuplet #'avoid-slur #'outside?

2006-06-12 Thread Kieren MacMillan
Hi, Han-Wen: slur-engraver.cc hardcodes what interfaces it listens to, and tuplet-bracket isn't among them. I noticed on the Sponsor feature-list that S-shaped slurs and slur formatting are listed... How much for a rewrite of the slur code that 1. Handled S-slurs (at least minimally,

problems with Slurs across system breaks

2006-06-12 Thread Kieren MacMillan
Hello, all! Is anyone else seeing weird results [v2.8.x and v2.9.x] with Slurs going across system breaks? I don't really have time to try to sift out a minimal example right now, but here's an example screenshot of what is *supposed* to be a Slur carrying over from the previous system:

staff extending after piece is over

2006-06-12 Thread Kieren MacMillan
Hello, all -- My score [v2.8.4] gives this at the end: I use bar checks at the end of every single measure of every part, and my score compiles with no errors. Any idea what's going on, or at least what I can do to get Lilypond to tell me why it's extending one of the staves? Thanks,

Re: staff extending after piece is over [SOLVED]

2006-06-12 Thread Kieren MacMillan
Hello, all: Ignore my last post -- turned out there *was* one music variable without bar checks, and the error was in there... =) Thanks, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org

barline problem

2006-06-12 Thread Dewdman42
I am a brand new Lilypond user. I installed Lilypond and ran the test .ly file that is included with the installation. It produced a PDF file. however, I notice that the barlines stick up above and stick down below just a little bit beyond the top and bottom ledger line. Surely this must be a

Re: staff extending after piece is over

2006-06-12 Thread Werner LEMBERG
My score [v2.8.4] gives this at the end: Besides this, it is quite ugly that the flageolet over the full note isn't centered... Unfortunately, this isn't easy to fix (except by adding some offset manually). Werner ___ lilypond-user mailing

Re: problems with Slurs across system breaks

2006-06-12 Thread Werner LEMBERG
Is anyone else seeing weird results [v2.8.x and v2.9.x] with Slurs going across system breaks? I see something similar, but I haven't yet found time to isolate a small example case for a good bug report. Werner ___ lilypond-user mailing