On 2013-03-12 04:46, Sarah k Alawami wrote:
I decided to change threads to make the list archives more clean *smiles* Ok. now that I 
have the bar checks sorted at least for these 4 measures and I"ll stop there for 
tonight, how do I render it as a midi so I can hear if I"m right int he octaves or 
not. I want to do this until I'm comfortable and can do this with out relying on my ears 
as much

Here is the .ly file again.

Hello Sarah,

I'm a beginner like you so this might be not perfect (but I'm sure someone will correct what's wrong).

I have put the notes outside the staff. I think it makes it cleaner and it's easier to reuse parts.

Best Wishes
// Anders

--
English isn't my first language.
So any error or strangeness is due to the translation.
Please correct my English so that I may become better.
\version "2.17.13"

\header {
  title = "piano reduction 03-11-2013"
  composer = "Sarah k Alawami"
}

global = {
 \key d\minor
\time 3/2
  \tempo 4=100
}


melody = \relative c' {
  \global
 <f, a d>2 <a d f>  <d f a> |
 <f bes d>4 <g e'>8 <a f'> <bes g'> <a f'> <g e'> <f d'> <e cis'>2 |
<a d f a>4 d8 f a f d4 <bes d g bes>2 |
<g c e g>4 c8 e g e c4 <a c f a>2|
}


\score {
  <<
    \new Staff { \melody }
  >>
  \layout { }
  \midi { }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to