Re: where's the slur? (4 year old question)

2011-07-24 Thread Villum Sejersen
Eluze wrote: / /Villum Sejersen wrote: / / / Separating out the voices instead of the chord construct seems to do/ / what you want:/ / / / \version "2.15.6"/ / voiceA = { \slurUp e'( d') }/ / voiceB = { \tieUp c'~ c' }/ / voiceC = { \tieDown a ~ a }/ / / / \new Staff<>>>/ / / / Ex

Re: where's the slur? (4 year old question)

2011-07-24 Thread Xavier Scheuer
On 24 July 2011 00:22, -Eluze wrote: > > it seems i can't get VoiceB (the c's) to have a tie going up (with version > 2.15.5)! > > this works in one voice (without to many tweaks)! > { > \tieDown > \slurUp > 2( ) > } > I would say that's because you "merge" A, B and C into the _same voice_ by

Re: where's the slur? (4 year old question)

2011-07-24 Thread -Eluze
Villum Sejersen wrote: > >> it seems i can't get VoiceB (the c's) to have a tie going up (with >> version 2.15.5)! > > Neither can I, at least not without any tweaks or overrides. :) > i tried many tweaks - without success :-( > >> this works in one voice (without to many tweaks)! >> { >

midi player in frescobldi

2011-07-24 Thread MING TSANG
Hi lilypond users: I ran frescobaldi 1.2.0 with lilypond 2.14.1 in ubuntu 11.04 (Natty Narwhal). After compile lilypond .ly file, I got a pdf and log. Then I try to run midi player within frescobaldi I got the following error Could not load the kMid part. Please install kMid 2.4.0 or

Re: midi player in frescobldi

2011-07-24 Thread Thomas Scharkowski
Hi Ming, I found this: "Debian is now the only major distribution not including Kmid2. For your convenience, in Ubuntu you can find Kmid2 in these PPA's: https://launchpad.net/~ferramroberto/+archive/testing/+build/1920542 https://launchpad.net/~kxstudio-team/+archive/ppa/+packages?field.name_

Re: Lilypond errors in log file

2011-07-24 Thread Marc Hohl
Am 23.07.2011 02:12, schrieb sarah-k: Hi all - I apologize because I'm sure this answer can be found somewhere, but I am VERY new at this, and I don't have lots of time to research this. I've exported a MuseScore file to an ly file, and all appears fine, except that I'm getting the following err

Re: midi player in frescobldi

2011-07-24 Thread Yming
I will try Monday. Is three installation instruction? After installation, will frescobaldi recognize it? Sent from my iPod On Jul 24, 2011, at 8:21, Thomas Scharkowski wrote: > Hi Ming, > > I found this: > > "Debian is now the only major distribution not including Kmid2. For your > convenie

Re: midi player in frescobldi

2011-07-24 Thread Brett McCoy
You also need Fluidsynth on your machine, but it should be automatic one you have kmid installed On Sun, Jul 24, 2011 at 10:23 AM, Yming wrote: > I will try Monday. Is three installation instruction? After installation, > will frescobaldi recognize it? > > Sent from my iPod > > On Jul 24, 2011,

Re: Lilypond errors in log file

2011-07-24 Thread Sarah Christian
Thank you, yes, I did find the mismatched <<, and was able to compile the file. (It was produced by the Musescore software). I have since started over and am teaching myself lilypond now, and I'm finding it exceedingly easy. I do have a bit of a programming background though, so I tend to like t

Re: where's the slur? (4 year old question)

2011-07-24 Thread -Eluze
Xavier Scheuer wrote: > > I would say that's because you "merge" A, B and C into the _same voice_ > by using a << >> construct without \new Voice . > Hence one voice -> one stem > -> only one direction for ties, slurs. > nope! it's because i merged it into one staff - if i merge

Re: where's the slur? (4 year old question)

2011-07-24 Thread Xavier Scheuer
On 24 July 2011 17:14, -Eluze wrote: > > nope! it's because i merged it into one staff - if i merge it into one voice > it works: > > voiceA = { \slurUp e'( d')} > voiceB = { \tieUp c'~ c' } > voiceC = { a ~ a } > > \new Voice << > \voiceA > \voiceB > \voiceC > >> > Nope. It works this ti

Re: where's the slur? (4 year old question)

2011-07-24 Thread -Eluze
Xavier Scheuer wrote: > > On 24 July 2011 17:14, -Eluze wrote: >> >> nope! it's because i merged it into one staff - if i merge it into one >> voice >> it works: >> >> voiceA = { \slurUp e'( d')} >> voiceB = { \tieUp c'~ c' } >> voiceC = { a ~ a } >> >> \new Voice << >> \voiceA >> \voiceB >

RE: Lilypond errors in log file

2011-07-24 Thread James Lowe
hello, From: lilypond-user-bounces+james.lowe=datacore@gnu.org [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Sarah Christian [sarahkchrist...@gmail.com] Sent: 24 July 2011 15:35 To: Marc Hohl Cc: lilypond-user@gnu.org Subject: Re

Re: Shaping slurs --- both broken and unbroken

2011-07-24 Thread David Nalesnik
Hello, all -- > This is on the LSR, at least. > > http://lsr.dsi.unimi.it/LSR/Item?id=639 > Just thought I'd let you know that Dmytro's function as given on the earlier thread incorporates an older version of my slur-shaping function. I've modified it since, and this newer version appears on the

Re: Issue 1724 -> 620 : workaround?

2011-07-24 Thread Xavier Scheuer
On 23 July 2011 22:27, Neil Puttock wrote: > > Here's the scheme engraver if you want to try it out. It's obviously > not as sophisticated as Mike's proposed fix, but it does have the > advantage of aligning absolute dynamics properly (assuming there's a > NoteColumn present at the same time). T

Re: Renaissance lute and tab

2011-07-24 Thread Janek Warchoł
Oops, sorry for the late answer! 2011/7/18 Mario Moles > even if I correct the syntax (without "= c", "= d", "= f") the error remains. I'm surprised too. I've discovered that when you use words for alteration (i.e. ,(ly:make-pitch 0 1 FLAT) for des, ,(ly:make-pitch 0 3 SHARP) for fis) everyth

RehearsalMark placement at begin of line: workaround?

2011-07-24 Thread Xavier Scheuer
I'm running into issue #1150 (RehearsalMark placement at start of line) again and again. http://code.google.com/p/lilypond/issues/detail?id=1150 Neil's workaround (see comment 2 & 5) is nice but: 1. It does not shift enough. I'd like these "begin of line" rehearsal marks to be printed *after the

Re: printed bars thickness inconsistencies

2011-07-24 Thread Janek Warchoł
Sorry for the late answer! 2011/7/19 Jean-Alexis Montignies : > As it looks my email never made it to the list (may be because of the > attachment) Yes, the maximum attachment size on our mailing list is 64KB if i remember correctly. For bigger files it is necessary to upload them somewhere and

Re: printed bars thickness inconsistencies

2011-07-24 Thread Xavier Scheuer
2011/7/24 Janek Warchoł : > > Me too. > I thought that these differencies might be caused by the same thing > that makes barlines smear out of the staff, but the difference in > thickness seems too big to be caused by something like that... > Perhaps that pdf viewer is to blame. AFAIK the barline

Re: Lilypond errors in log file

2011-07-24 Thread Bill Mooney
Hi Sarah, Glad you found it of use... ! :) Further to other respondents' comments... I use jedit. which is a multi-platform editor with plugin support for lilypond (and a whole lot of other stuff as well), and which has syntax highlighting and a pdf viewer which updates whenever you run the lp c

Le Puzzle du Batteur - The Drummer's 'G'igsaw: UPDATE

2011-07-24 Thread Phil Hézaine
Hi list, An update for compatibility with Lilypond 2.14 is available http://superbonus.project.free.fr/spip.php?article44 Le Puzzle du Batteur - The Drummer's 'G'igsaw * Polymetric editor for Drums and Percussions based on Lilypond + GUI for randomization. (midi timing

Re: Lilypond errors in log file

2011-07-24 Thread sarah-k
Thank you everyone for your helpful tips - I've tried out a couple of programs, and I think I like jedit the best for now. -- View this message in context: http://old.nabble.com/Lilypond-errors-in-log-file-tp32119309p32127716.html Sent from the Gnu - Lilypond - User mailing list archive at Nab

Re: Renaissance lute and tab

2011-07-24 Thread Neil Puttock
2011/7/24 Janek Warchoł : > Oops, sorry for the late answer! > > 2011/7/18 Mario Moles >> even if I correct the syntax (without "= c", "= d", "= f") the error remains. > > I'm surprised too. > I've discovered that when you use words for alteration (i.e. > ,(ly:make-pitch 0 1 FLAT)  for des,  ,(ly:

Re: printed bars thickness inconsistencies

2011-07-24 Thread Janek Warchoł
2011/7/24 Xavier Scheuer : > 2011/7/24 Janek Warchoł : >> >> Me too. >> I thought that these differencies might be caused by the same thing >> that makes barlines smear out of the staff, but the difference in >> thickness seems too big to be caused by something like that... >> Perhaps that pdf view

Re: Renaissance lute and tab

2011-07-24 Thread Janek Warchoł
2011/7/25 Neil Puttock : > 2011/7/24 Janek Warchoł : >> Oops, sorry for the late answer! >> >> 2011/7/18 Mario Moles >>> even if I correct the syntax (without "= c", "= d", "= f") the error >>> remains. >> >> I'm surprised too. >> I've discovered that when you use words for alteration (i.e. >> ,(

Re: multiple timesignatures

2011-07-24 Thread Reinhold Kainhofer
Am Samstag, 23. Juli 2011, 19:28:08 schrieb Ruud van Silfhout: > However, I thought now compoundMeters made it into lily, it is also time > that multiple meters should make it into lily as a logical successor :-). Actually, dual times (like 3/4 5/4) are not easy to support in lilypond, because li