bug-lilypond
[Top][All Lists]
Advanced

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

Re: [LSR-v2.18] "Consecutive tremolos" major modification


From: Pierre Perol-Schneider
Subject: Re: [LSR-v2.18] "Consecutive tremolos" major modification
Date: Fri, 14 Feb 2014 17:20:57 +0100

2014-02-14 17:14 GMT+01:00 James <address@hidden>:


> What 'changed'?
>
>
Check the *.ly file I've sent :

%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.0"
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 { }

}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

and compare with the link.
Cheers,
Pierre


reply via email to

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