Accidental spacing with Tabstaff

2007-03-05 Thread Thomas Scharkowski
The first note in the second staff almost touches the accidental. Windows XP, LilyPond 2.11.20 and 2.10.20 code: -- \version "2.11.20" melody ={ \key e \major \relative c' { \repeat unfold 12 {

Re: Accidental spacing with Tabstaff

2007-03-05 Thread Graham Percival
Thomas Scharkowski wrote: The first note in the second staff almost touches the accidental. Windows XP, LilyPond 2.11.20 and 2.10.20 Please send a minimal example. Cheers, - Graham ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu

Re: Accidental spacing with Tabstaff

2007-03-05 Thread Thomas Scharkowski
Hi Graham, isn't the example I sent small enough? Here it comes again: -- melody = { \key e \major \relative c' {\repeat unfold 12 { dis8 dis dis dis dis2 }}} gitstaff = \new Staff {\clef "G_8" \melody} tablature = \new TabStaff \melody \score

Re: Accidental spacing with Tabstaff

2007-03-05 Thread Mats Bengtsson
See http://lists.gnu.org/archive/html/bug-lilypond/2005-12/msg00027.html and http://lists.gnu.org/archive/html/bug-lilypond/2005-12/msg00043.html /Mats Thomas Scharkowski wrote: Hi Graham, isn't the example I sent small enough? Here it comes again: -- melody = { \key e \major \relative c'

Re: Issue 326 in project lilypond

2007-03-05 Thread Mats Bengtsson
Werner LEMBERG wrote: That's easily solved using average-spacing-wishes = ##f Ha! Easily! (a) it's missing in the user docs. (b) the doc string in lilypond-internals is more than cryptic. (c) I wonder why I have to set this variable at all since a clef *always* needs some space af

Re: lyrics placement with two voice

2007-03-05 Thread Mats Bengtsson
Manfred, the problem in your code is easy to solve. Just replace \lyrics by \lyricmode. The \lyrics command is supposed to be equivalent to \new Lyrics \lyricmode, but it seems that the true bug is that \lyrics doesn't do exactly that but something else. Graham, I haven't looked at the implemen

Issue 329 in project lilypond

2007-03-05 Thread codesite-noreply
Issue 329: lyrics messed up when assigned to voices with different rhythms http://code.google.com/p/lilypond/issues/detail?id=329 Comment #1 by gpermus: Mats writes: Manfred, the problem in your code is easy to solve. Just replace \lyrics by \lyricmode. The \lyrics command is supposed to be equiv