Comment #10 on issue 1700 by [email protected]: Chord names collide
when several note-columns lay in between
http://code.google.com/p/lilypond/issues/detail?id=1700
The null (or space) markup is apparently too low to catch the overhang,
once the slashes are gone.
Here's one that works for me:
\paper {
indent = #0
ragged-right = ##t
}
\score{
<<
\new ChordNames \chordmode {
\set noChordSymbol = \markup {\vspace #1 }
f4.:13.15.17 r8 f2
f2:13.15.17 f2
f4.:13.15.17 f8
}
\new Staff {
f'4 f'8 f' f'2 \break
f'4 f' f'2 \break
f'4 f'8 f' f'2 \break
}
>>
}
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond