lilypond-user
[Top][All Lists]
Advanced

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

Re: \score, \midi, etc.


From: Mats Bengtsson
Subject: Re: \score, \midi, etc.
Date: Thu, 10 Nov 2005 10:33:53 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

I would recommend to move your \time command into (at least) one of the
Staff contexts. Then you can do
\score{
 \context ChoirStaff <<
   \context Staff = bari <<
     \time 4/4
     \clef bass
     ...
   >>
  ...
 >>
}

Note that the syntax for the \score{...} block is

\score{
 <music expression>
 <optional layout block>
 <optional midi block>
 <optional header block>
}
and that you only can have a single music expression at the top level inside the
\score{...} block.

   /Mats


Markian Hlynka wrote:


ok, I think I've solved several of my ongoing issues. But, I'm not sure I understand why. I now have:
\score
{
    {
    \time 4/4
    \context ChoirStaff
    <<
        \context Staff = bari
        <<
            \clef bass
            \context Voice = themusic \mainvoice
            \lyricsto "themusic" \new Lyrics \mainwords
        >>

        \context Staff = bass
        <<
            \clef bass
            \secondvoice
        >>
    >>
    }
    \layout{ }
    \midi { \tempo 4=20 }
}

But, I needed to put in the extra { } around the music inside there. What's up with that? The templates in chapter three don't do this, so I'm completely confused.

And then there's the midi thing. no matter what I set the midi tempo to, I always hear the same thing. I'm using Lilypad... could that be a cause? But I've tried exporting to a file and playing in an external player, and it makes no difference!

Should I be setting up my score in a different way?

Thanks,

Markian


----
Early to bed and early to rise, makes a man stupid and blind in the eyes.
                                                     --Mazer Rackham




_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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