Hi at all,

(v2.2.0)

about two month ago, Han Wen wrote, that ties in midi do work again.

Really, they do, but in my example they do a bit chaotic:
Some ties are well tied in midi, but at some ties the second note is
played again.

I cannot control this behaviour.

The .ly file is attached.

Please can somebody help me?
(What did I wrong, or what I've forgotten?)

Best Regards           Roland
\version "2.2.0"

\include "deutsch.ly"

global =  \notes {
  \key fis \minor
  \time 2/2
  s1*25
  \bar "||"
}

alt = \notes \relative c' \context Voice = alt {
  \set Score.currentBarNumber = #40
  e!2 ( dis ) ~                                 % Takt 40
  dis4 ( cis his cis ) gis'2 gis dis4 fis e dis % Takt 41 - 43
  e8 fis gis2 fis4 e dis cis gis'               % Takt 44 - 45
  a2. a4 gis e e gis cis fis, h h h e, a2 ~     % Takt 46 - 49
  a4 gis8 fis gis4 eis fis2. e!4 d h e d        % Takt 50 - 52
  cis h a2 r e' fis2. fis4 e a, a'2 ~ a gis ~   % Takt 53 - 57
  gis4 a2 a4 gis cis, fis2 ~ fis4 e8 d e4 h     % Takt 58 - 60
  cis2 dis e r h'4 h h e, a2. gis8 fis          % Takt 61 - 64
}

bass = \notes \relative c \context Voice = bass {
  r2 gis' a2. a4 gis cis, cis'2 ~               % Takt 40 - 42
  cis4 cis his2 cis cis, ~ cis4 ( dis ) e cis   % Takt 43 - 45
  fis1 e4 e'2 e4 e a, d2 ~                      % Takt 46 - 48
  d4 cis8 h cis4 a h1 ~ h4 a8 gis a4 a          % Takt 49 - 51
  a d, g2 ~ g4 fis8 e fis4 d e2 a d, r          % Takt 52 - 55
  R1 r2 e fis2. fis4 e a, a'2                   % Takt 56 - 59
  a gis a4 fis h a gis e a a a dis, gis2 ~      % Takt 60 - 63
  gis4 fis8 e fis4 h,                           % Takt 64
}

\score {

  \context ChoirStaff \notes
  <<
    \override Score.BarNumber #'padding = #2
    \context Staff = tenor <<
      \set Staff.midiInstrument = #"acoustic grand"
      \set Staff.instrument = "Alt "
      \set Staff.instr = "A "
      \global
      \clef violin
      \alt
    >>

    \context Staff = bass <<
      \set Staff.midiInstrument = #"acoustic grand"
      \set Staff.instrument = "Basso "
      \set Staff.instr = "B "
      \global
      \clef bass
      \bass
    >>
  >>

  \paper { linewidth = 18.0 \cm }
  \midi { \tempo 2=56 }
}
_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to