bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1700 in lilypond: Chord names collide when several note-column


From: lilypond
Subject: Re: Issue 1700 in lilypond: Chord names collide when several note-columns lay in between
Date: Mon, 16 Jan 2012 01:10:47 +0000


Comment #10 on issue 1700 by address@hidden: 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
     }
   >>
}





reply via email to

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