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: Sat, 03 Dec 2011 04:18:57 +0000


Comment #6 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

Here's a workaround. Set noChordSymbol to "", and then use an r after the offending chord.


\version "2.12"   % same in 2.14
\paper {
  indent = #0
  ragged-right = ##t
}
\score{
  <<
    \new ChordNames \chordmode {
      \set noChordSymbol = ""
      f4:13.15 r4 f2
      f2:13.15 f2
      f4.:13.15 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
    }
  >>
}

HTH,

Carl





reply via email to

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