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









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

Reply via email to