bug-lilypond
[Top][All Lists]
Advanced

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

Re: Chord-Name stave affinity


From: Neil Puttock
Subject: Re: Chord-Name stave affinity
Date: Sun, 14 Mar 2010 21:57:16 +0000

On 14 March 2010 20:32, T.Skeggs <address@hidden> 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




reply via email to

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