lilypond-user
[Top][All Lists]
Advanced

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

Markup & Midi output


From: Andreas Pavlogiannis
Subject: Markup & Midi output
Date: Sat, 01 Sep 2012 13:48:08 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:15.0) Gecko/20120824 Thunderbird/15.0

Hi,

I 'm a new lilypond user, pretty excited so far. I 'm having the following difficulties, on the following code.

[1] In order to align scores on a line, I use the \markup environment, which seems to suppress the midi output. When removing the \markup (and \line), midi output is produced.

[2] Even in that case, the midi is empty. I suspect this has to do with the multiple voices, as once I remove the "\\", the midi sounds correct.

Any help is appreciated.
Andreas

\version "2.16.0"
\markup{
\line{
\score{
  \drums {
    \time 2/4
    \bar "|:"<<{hh8 hh <hh sn> hh }\\ { bd4 r16 bd8. }>> \bar":|"
  }
  \midi{}
  \layout{}
}
\score{
  \drums {
    \time 2/4
    \bar "|:"<<{hh8 hh <hh sn> hh }\\ { bd4 r16 bd8. }>> \bar":|"
  }
  \midi{}
  \layout{}
}%Score
}%Line
}%Markup



reply via email to

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