bug-lilypond
[Top][All Lists]
Advanced

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

Re: Chord changes over repeat alternatives


From: Yitz Gale
Subject: Re: Chord changes over repeat alternatives
Date: Fri, 11 Aug 2006 14:18:51 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> The Chord Name engraver with chordChanges = #t
> does not print the chord at the beginning
> of a repeat alternative if the chord at the
> end of the previous repeat alternative was
> the same.

Sorry, my example was a bit thin. It is
hard to see the problem when only the
chords print without a staff.

Here is a more complete example:

\score {
  <<  
    \context ChordNames {
      \set chordChanges = ##t
      \chordmode {
        \repeat volta 2 {
          c2 c
        } \alternative { {
          f f
        } {
          f g
        } }
        c1
      }
    }
    \context Voice {
      \repeat volta 2 {
        c'2 c'
      } \alternative { {
        f' f'
      } {
        f' g'
      } }
      c'1
      \bar "|."
    }
  >>
  \layout { }
}

-Yitz





reply via email to

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