Hi Squad,

Please find herewith my update proposition for the following snippet :
http://lsr.dsi.unimi.it/LSR/Item?id=604

Thanks in advance for your approval.
Pierre
music = \relative c' {
  c4:16 d2: e4:
  f1:  
  g8: f: e: d: d2:
}

musicMidi = \relative c' {
  \repeat tremolo 4 c16 
  \repeat tremolo 8 d
  \repeat tremolo 4 e
  \repeat tremolo 16 f
  \repeat tremolo 2 { g f e d }
  \repeat tremolo 8 d
}

\score {
  \new Staff { 
    \music 
    %\musicMidi
  }
}

\score {
  \new Staff \relative c' {
    \unfoldRepeats
%% Tremolos entered with ‘:[number]’ are not are reflected in the MIDI output :
  % \music 
   \musicMidi
  }
  \midi { }
}

Attachment: consecutive-tremolos.mid
Description: MIDI audio

Attachment: consecutive-tremolos.pdf
Description: Adobe PDF document

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to