bug-lilypond
[Top][All Lists]
Advanced

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

bug with


From: Peter R . DIngley
Subject: bug with
Date: Thu, 26 Apr 2007 07:50:34 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> )
%{
    A Lead Sheet: Bug report
    "Introducing "\set chordChanges = ##t" causes the chords to be written 
below the staff and doesn't 
remove duplicates"
%}

\version "2.11.22" % Mac OS 10.4.9 (Power PC G4 processor)
\paper { ragged-right=##t }

\header
{
  enteredby = "Peter R. Dingley <address@hidden>)"
}

harmonies = \chords
{
  d1
  d
}

melody = \relative c'
{
  d1
  d
}

\score
{
  <<
    \new ChordNames
    {
      \set chordChanges = ##t
      \harmonies
    }
    \new Staff
    {
      \new Voice
      {
        \melody
      }
    }
  >>
  \layout { }
}





reply via email to

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