i don't understand why the \partial isn't taking effect at the
beginning of this score.  can anyone explain?

\header {
  lastupdated = 
  "Time-stamp: \"sor-op5-5.ly was last updated on Sun, 7 Nov 1999 09:40pm\"";
  filename =    "sor-op5-5.ly";
  title =       "Andante Largo";
  opus =        "Op. 5 No. 5";
  composer =    "Fernando Sor (1778-1839)";

  % needed by mutopia:

  mutopiainstrument =  "Guitar";
  mutopiacomposer =    "Fernando Sor (1778-1839)";
  date =               "19th C.";
  style =              "Classical";
  copyright =          "public domain";  
  maintainer =         "jeff covey <[EMAIL PROTECTED]>";
  tagline =            "\\\\This music is part of the Mutopia project, 
http://sca.uwaterloo.ca/Mutopia/\\\\It has been typeset and placed in the public 
domain by jeff covey.\\\\Unrestricted modification and redistribution is permitted and 
encouraged - copy this music and share it!";
}

\version "1.2.0";

global = \notes { \time 2/4; \key d; \partial 4; }
midi_stuff = \context Staff = guitar {
  \property Staff.midiInstrument = "acoustic guitar (nylon)"
  \property Staff.transposing = -12 % guitar music actually sounds an
                                    % octave lower than written.
}

melody = \notes \relative c''' {

  [<a8 fis> <a fis>]
  [<a8. fis> <g16 e> <fis8 d> <e a,>]
  <d4 fis,> [<g8 d b> <b d, g,>]
  <a d, fis,> \times 4/6 {d32 cis b a g fis}
  [<g16. e> <a32 a,> <fis16. d> <a32 a,>]
  <e8 cis> r [<a8. fis> <g16 e>]
  \stemup   
  [<fis8 d> <fis d>] [e16. dis32 e16. \grace g64 fis32]
  d8

}

bass = \notes \relative c' {
  \stemdown
  \skip 4*9;
  d4 <ais g' cis>
  <b8 fis' b>  
  
}

        
\score {
      \context Staff = guitar < 
        \global 
        \context Voice=melody { \melody }
        \context Voice=bass   { \bass   }
      >
  \paper {
        linewidth = 18.0 \cm;
        gourlay_maxmeasures =4.;
        \translator { \BarNumberingStaffContext }
  }
}
\score {
      \context Staff = guitar < 
        \midi_stuff
        \global 
        \melody
        \bass
      >
  \midi {
    \tempo 4=30;
  }
}

sor score, postscript


-- 
|----------------------------------------------------------------------------|
| jeff covey [EMAIL PROTECTED] http://pobox.com/~jeff.covey/ 410-669-4926 |
|----------------------------------------------------------------------------|
|id1: Friar Tuck... I am under attack!  Pray save me!                        |
|id1: Off (aborted)                                                          |
|id2: Fear not, friend Robin!  I shall rout the Sheriff of Nottingham's men! |
|id1: Thank you, my good fellow!                                             |
|----------------------------------------------------------------------------|

Reply via email to