lilypond-user
[Top][All Lists]
Advanced

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

Re: A few questions


From: Jay Hamilton, Sound and Silence
Subject: Re: A few questions
Date: Tue, 27 Dec 2005 17:21:36 -0800
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Don't know if this will help but I ran into this same problem and discovered that if I changed the .midi to .mid everything played, don't know why but it's consistent that I have to do this.
Jay

Jannik Jeppesen wrote:

Hi VSD thanx for your answer. The file you have created is perfect. But it seems that I have some midi problems... It opens in media player, but it does not play anything.
I am using version "2.6.4-5" on windows.... any Ideas?

Hi Josiah... I am sorry about my title of this question. I usually give my questions good titles..... dont know what happened this time:-) Sorry.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\header
{
title = "Improvise"
composer = "Jannik Jeppesen"
}

chordline = \chordmode {
  \repeat volta 20 {
    a1:m c g e:m
  }
}

rythmline = \relative c''
{
  \override NoteHead #'style = #'slash
  \override Stem #'transparent = ##t % or not
  \repeat volta 20 {
    b4 b b b
    b b b b
    b b b b
    b b b b
  }
}

\score {
  <<
    \context ChordNames {
      \chordline
    }
    \context Staff {
      \rythmline
    }
  >>
  \layout {}
}

\score {
  \unfoldRepeats \chordline
  \midi { \tempo 4 = 120 }
}

%%%%%%%%%% EOF %%%%%%%%%%%%





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



--
Childhood is a Journey not a race- Emma Sadinsky aged 8
Jay Hamilton
Sound and Silence
206-328-7694
www.soundand.com





reply via email to

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