lilypond-user
[Top][All Lists]
Advanced

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

Re: \change Staff don't work fine


From: Mario Moles
Subject: Re: \change Staff don't work fine
Date: Tue, 13 Sep 2011 19:00:49 +0200
User-agent: KMail/1.13.6 (Linux/3.0.4-desktop-nrj.69mib; KDE/4.5.5; x86_64; ; )

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


reply via email to

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