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

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

Reply via email to