Hi, With the attached fragment, the chord names bump into each other; I'm using lily 2.0.0 (but it happens with lily 2.1.0 as well). In prior versions (think lily 1.4.0), I could get around this by using ChordName \override #'word-space = #2 in the ChordNamesContext translator. However, this doesn't work as I want, since it spaces the whole chord name (including inversions). What I really want to do is to force a small amount of space between chords (e.g. between "E/G#" and "A"), but keep the interspacing the same (i.e. leave "E/G#" as it is).
Any help would be greatly appreciated. Dave. -- "Computer science is no more about computers than astronomy is about telescopes." - E.W. Dijkstra
\version "1.9.8" \include "english.ly" \score { << \context ChordNames \chords { \repeat unfold 6 { e2 fs:min7 | e/+gs a | } } \context Staff \notes { \time 4/4 \repeat unfold 6 { e''2 e'' | e'' e'' | } } >> \midi { \tempo 4 = 180 } \paper { } }
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond