On 01/04/2011 06:47 AM, Tim McNamara wrote:

Just another data point, it compiles fine for my on a recent git pull from trunk on ubuntu Natty Narwhal.

Patrick
\version "2.12.2"

#(ly:set-option 'delete-intermediate-files #t)

\paper {
     indent = 0.0
     ragged-last = ##f

}

\header {
   title = "Finn McCool"
   subtitle = "Concert Instruments"
   composer = "McNamara"
   meter = "Swing Ballad"
   copyright = "Tim McNamara 2010, All Rights Reserved"
}

harmonies = \chordmode {

r8
% 1
bes2:min7 ges2:7
des1:maj7
bes2:min7 ges2:7
des1:maj7

% 5
bes2:min7 ges2:7
bes2:min7 ees2:7
ees2:min7 aes2:7
des1:maj7

% 9
ces1:min6
ges1:maj7
ces1:min6
ges1:maj7

% 13
ces1:min6
ges1:maj7
aes1:7
des1:maj7


}

melody = \relative c' {
\override Staff.TimeSignature #'style = #'()
\time 4/4
\clef treble
\key des\major

% 1
r1
r1
r1
r1 \break

% 5
r1
r1
r1
r1 \break
% 9
r1
r1
r1
r1 \break

% 13
r1
r1
r1
r1 \break

\bar ":|"

}



\score

{
   <<

     \new ChordNames {
       \set chordChanges = ##t
       \harmonies
     }
     \new Staff \melody
   >>

}



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to