lilypond-user
[Top][All Lists]
Advanced

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

Re: A new melody with existing chords


From: Thermo
Subject: Re: A new melody with existing chords
Date: Sun, 3 Aug 2008 17:35:26 -0700 (PDT)

Thank you.



Peter Chubb-6 wrote:
> 
>>>>>> "Thermo" == Thermo  <address@hidden> writes:
> 
> Thermo> I have a one page lyrics, melody and chords lilypond format
> Thermo> file.
> 
> Thermo> Now I would like to add a flute melody over the same chords on
> Thermo> a new page, then add a guitar melody over the same chord
> Thermo> structure. So it is basically one page for the words one for
> Thermo> the flute one for the guitar.
> 
> Create a new \score block for each arrangement you want to have, with
> a \pageBreak at the end.
> 
> So:
> 
> \score {
>       <<
>               \context Staff \flutepart
>               \context ChordNames { 
>                       \set chordChanges = ##t
>                       \guitarChords \pageBreak
>               }
>       >>
> }
> 
> \score {
>       <<
>               \context Staff \guitarPart
>               \context ChordNames { 
>                       \set chordChanges = ##t
>                       \guitarChord \pageBreak
>               }
>       >>
> }
> 
> \score {
>       <<
>           \context ChordNames {
>                     \set chordChanges = ##t
>                     \guitarChords
>                     }
>           \context Staff \context Voice = "one" {
>                         \autoBeamOff
>                         \verseMelody
>                         }
>           \context Lyrics \lyricsto "one" \verseWords
>       >>
> }
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://www.nabble.com/A-new-melody-with-existing-chords-tp18768187p18803985.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]