lilypond-user
[Top][All Lists]
Advanced

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

Re: A few questions


From: Jannik Jeppesen
Subject: Re: A few questions
Date: Tue, 27 Dec 2005 22:17:14 +0100

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 %%%%%%%%%%%%







reply via email to

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