On 14 March 2010 20:32, T.Skeggs <t.ske...@talktalk.net> wrote:

> I feared something much more complex than your suggestion.
> I tried it but could see no discernible difference, so printed it with
> affinity UP and DOWN, overlapped them in front of a strong light and could
> see no difference.
> (I even tried setting affinity=NEUTRAL just to check that the command was
> not being ignored!)

It's difficult to diagnose without a snippet.

Based on your description, I tested 'staff-affinity with the following file:

<<
  \new Staff {
    \override Staff.TimeSignature #'stencil = ##f
    \clef bass
    c,1 \break
    \clef treble
    e'''1
  }
  \chords {
    \override VerticalAxisGroup #'staff-affinity = #UP
    c
  }
>>

\paper {
  indent = 0
  ragged-right = ##t
}

You'll probably need to tweak between-system-spacing to add a bit more
space between the chords and the next system.

Regards,
Neil


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to