lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord Charts - rhythm and chords


From: Carl Sorensen
Subject: Re: Chord Charts - rhythm and chords
Date: Thu, 3 Jul 2008 21:21:33 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Oscar <spacepluk <at> gmail.com> writes:

> 
> 
> Hi,This is great, but Is it possible to insert some melody measures with 
> standard notation?? 
> Thanks,Oscar.


Of course.

%%%%% Begin Snippet

mychords = \chordmode {
  c1:7
  f
}

myrhythm = {
  \key f \major
  e8 f8 r8 b8 r8 b8 r8 b |
  c1
}   
%\new Staff \with {
%  \remove Accidental_engraver
%} 
<<
  \new ChordNames {
    \mychords
    \transpose f c {
      \mychords
    }
  }

  
  \new Voice \with {
    \consists Pitch_squash_engraver
  } \relative c'' {
   \improvisationOn
    \myrhythm
    \transpose f c {
      \myrhythm
    }
  }

  \new Voice {
    \relative c'' {
    \improvisationOff
    \myrhythm
    \transpose f c {
      \relative c'' { \myrhythm }
    }
  }
  }
>>


%%%% End snippet

You should really check out the LilyPond Snippet Repository when looking 
for things like this.  It will save you lots of time.  Just google LilyPond 
Snippet Repository.

Carl











reply via email to

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