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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to