lilypond-user
[Top][All Lists]
Advanced

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

Re: Adding chord names to a piano staff format


From: Thermo
Subject: Re: Adding chord names to a piano staff format
Date: Mon, 14 Jul 2008 04:21:59 -0700 (PDT)

Spot on Carl Thanks
What country are you from?


Carl Sorensen-3 wrote:
> 
> Thermo <Graham.Okely <at> iinet.net.au> writes:
> 
>> 
>> 
>> I have this to build the guitar chords
>> guitarChords = \chordmode {d a/fis g:7 g/a  (etc....) }
>> 
>> Then I have this to build the whole score:
>> 
>>       \score {
>           <<
>               \new ChordNames { guitarChords}
>>        \new GrandStaff <<
>>        \new Staff = upper { \new Voice = "one" \upper   }   % upper is
>> the
>> melody line
>>        \new Lyrics \lyricsto "one" \verseWords                   %
>> verseWords are the verse words alright=^D
>>        \new Staff = lower { \lower }                                %
>> lower
>> is the bass line
>>        >>
> 
>           >>
>>        \layout {
>>          \context { \GrandStaff \accepts "Lyrics" }
>>          \context { \Lyrics \consists "Bar_engraver" }
>>        }
>>        }
>>        \midi { }
>>      }
>> 
> 
> 
> I put the added lines in the code above; you simply need to put a
> ChordNames context containing the chords in parallel with the
> GrandStaff.
> 
> HTH,
> 
> Carl
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Adding-chord-names-to-a-piano-staff-format-tp18419366p18441843.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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