bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2.13.54 breaks NoteNames vertical spacing


From: Colin Campbell
Subject: Re: 2.13.54 breaks NoteNames vertical spacing
Date: Sun, 20 Mar 2011 21:33:08 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8

On 11-03-19 08:25 PM, Michael Ellis wrote:
On Sat, Mar 19, 2011 at 8:22 PM, Xavier Scheuer<address@hidden>  wrote:
On 20 March 2011 01:05, Michael Ellis<address@hidden>  wrote:
Just installed 2.13.54 on OS X.  Attached images show what happens to
the NoteNames engraver (which I use every day) under this release.  In
2.12,  the NoteNames output lays close beneath the lyric line.  In
2.13.54 the gap is quite large and the output collides with markup
above the next staff.  Is there a workaround?
Looks like a problem of staff-affinity not defined for  NoteNames
context or something like that.

This definitely deserves to be reported.
Could you send a message to  address@hidden  with a proper minimal
example of code?

Done by CC of this message.  Image from example below suggest that
NoteNames vertical is incompletely synchronized with Staff vertical
spacing.  Amount of interference varies from line to line.  Worst at
bottom of image.
Thanks!
Mike

%----------------------------------------------------
\version "2.13.54"

notes = \relative c {
   \repeat unfold 40 { c'4 c c c }
}

mylyrics = \repeat unfold 40 \lyricmode { \tempo "Allegro" ly -- ric ly -- ric }

\score {
     <<
     \new Voice = "voice" { \notes }
     \new Lyrics \lyricsto "voice" { \mylyrics }
     \context NoteNames \notes
     >>
}
%-------------------------------------------------------------


Thanks, Mike. Added as http://code.google.com/p/lilypond/issues/detail?id=1569

Colin Campbell
Bug Squad

--
The test of our progress is not whether we add more to the abundance
of those who have much, it is whether we provide enough for those who
have too little.
-Franklin D. Roosevelt, 32nd US President (1882-1945)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]