lilypond-user
[Top][All Lists]
Advanced

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

sample file: MIDI output of unfold and tremolo repeats are different?


From: sereliya at yahoo dot com
Subject: sample file: MIDI output of unfold and tremolo repeats are different?
Date: Wed, 25 Aug 2010 12:12:39 -0700 (PDT)

2010.08.25

Dear LilyPond users,

I'm getting results where MIDI output of unfold and tremolo repeats

are different.  I would appreciate any assistance for resolving this

issue.

Many thanks in advance.

 *****************************************************************

Below is a sample file producing this anomaly:

\version "2.12.3"

        musicSongName = \relative c''
        {
                \tempo 4=50

                \repeat unfold  4 { d8 }        %% normal tempo
                \repeat tremolo 4 { d8 }        %% why at higher tempo?
                
        }

        %% 
********************************************************************************************
 %%
        %% ****************************** SCORE FOR TEXT OUTPUT BELOW 
********************************* %%
        %% 
********************************************************************************************
 %%

                \score
                {
                        <<
                                \new Staff = "main"
                                {
                                        \new Voice = "one"
                                        {
                                                \musicSongName
                                        }
                                }
                        >>
                }

        %% 
********************************************************************************************
 %%
        %% ****************************** SCORE FOR MIDI OUTPUT BELOW 
********************************* %%
        %% 
********************************************************************************************
 %%

                \score
                {
                        <<
                                \new Staff = "main"
                                {
                                        \new Voice = "one"
                                        {
                                                \unfoldRepeats
                                                {
                                                        \musicSongName
                                                }
                                        }
                                }
                        >>

                        \midi
                        {
                        }
                }

%%
%%      EOF
%%

--Sereliya


      

Attachment: test.ly
Description: Binary data


reply via email to

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