Re: Issue 329 in lilypond: lyrics messed up when assigned to voices with different rhythms

2008-08-04 Thread Francisco Vila
2008/8/4 Francisco Vila <[EMAIL PROTECTED]>: > Tell me if you think this pasted example summarizes all. Correct cases > finally are # 3, 4, and 9, i e > > \new Lyrics \lyricsto v { \textDurations } % correct > \new Lyrics \lyricsto v { \textNodurations } % correct: durations not needed > \ly

Issue 654 in lilypond: Text spanner collides with system bracket after line break

2008-08-04 Thread codesite-noreply
Issue 654: Text spanner collides with system bracket after line break http://code.google.com/p/lilypond/issues/detail?id=654 New issue report by [EMAIL PROTECTED]: % If a line break occurs in the middle of a text spanner, % the text, helpfully re-printed on the following line, % collides with sys

Re: Issue 329 in lilypond: lyrics messed up when assigned to voices with different rhythms

2008-08-04 Thread Francisco Vila
2008/8/4 Mats Bengtsson <[EMAIL PROTECTED]>: > It's a bit funny that the \lyricsto command still manages to set the > durations correctly for the syllables, but fails to set the associated > voice. Sure? see case #4 \new Lyrics \lyricsto v { \textNodurations } % correct: durations not needed >

Issue 487 in lilypond: stems of beamed notes too long before staff change

2008-08-04 Thread codesite-noreply
Issue 487: stems of beamed notes too long before staff change http://code.google.com/p/lilypond/issues/detail?id=487 Comment #4 by joeneeman: Actually, having looked at the quanting code, I'd like to lower the priority. The problem is quite fundamental: the quanting code assumes that there are

Re: Issue 329 in lilypond: lyrics messed up when assigned to voices with different rhythms

2008-08-04 Thread Mats Bengtsson
\lyrics is (more or less exactly) a short form for \new Lyrics \lyricmode (There are similar commands \chords, \figures, \drums and \notes that all are more or less undocumented, see http://lists.gnu.org/archive/html/lilypond-devel/2006-04/msg00332.html) The following example illustrates more

Re: Bug in page-breaking when using fretboards.

2008-08-04 Thread Carl D. Sorensen
On 8/4/08 2:20 AM, "Joe Neeman" <[EMAIL PROTECTED]> wrote: > On Thu, 2008-07-31 at 20:37 -0600, Carl D. Sorensen wrote: >> >> And the systems run off the bottom of the first page. > > Thanks for the report, this is fixed in git now. > Thanks for the fix. >> If I try to set the number of sys

Issue 413 in lilypond: PNG image is offset an therefore cropped a little

2008-08-04 Thread codesite-noreply
Issue 413: PNG image is offset an therefore cropped a little http://code.google.com/p/lilypond/issues/detail?id=413 Comment #10 by paconet.org: #268 (preview) is fixed, #413 (default PNG) is not. LANDSCAPE: \version "2.11.55" \header { title = "229" composer = "Composer Composer" } { c''

Re: Bug in page-breaking when using fretboards.

2008-08-04 Thread Joe Neeman
On Thu, 2008-07-31 at 20:37 -0600, Carl D. Sorensen wrote: > When using fretboards, the page breaker tries to put too many systems > on a page: > > % begin code > > mychords = \chordmode {c1 \break } > > mymusic = \repeat unfold 13 { \mychords } > > > << > \context ChordNames { > \my