In data martedì 13 settembre 2011 17:14:37, hai scritto:
> There's too much music here to work out your problem.  Could you a) say
> what you believe is wrong, and b) cut the music down to a tiny example
> showing your problem.
> 
> --
> Phil Holmes
> 
Right! I'm sorry!
In the bar 2, leftOne: 2° g is not in the correct stave!


\version "2.15.10"
csr = \change Staff = "right"
csl = \change Staff = "left" 

global = {
  \key g \major
  \time 6/8
}
rightOne = \relative c' {
  \global
  % Qui segue la musica.
  \global
  % Qui segue la musica.
  \csl c,8 \csr g'' c, \csl c, \csr g'' c,|
  \csl c, \csr g'' c, 
 
}

rightTwo = \relative c' {
  \global
  % Qui segue la musica.
  
}

leftOne = \relative c' {
  \global
  % Qui segue la musica.
  s4. s4.|
  g g|
}

leftTwo = \relative c {
  \global
  % Qui segue la musica.
  c4. c|
  c c|
}

\score {
  \new PianoStaff \with {
    instrumentName = "Pf."
  } <<
    \new Staff = "right" \with {
      midiInstrument = "acoustic grand"
    } << \rightOne \\ \rightTwo >>
    \new Staff = "left" \with {
      midiInstrument = "acoustic grand"
    } { \clef bass << \leftOne \\ \leftTwo >> }
  >>
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 100 4)
    }
  }
}

-- 
oiram/bin/selom
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to