Hi Marco,

sure it's possible.
See enclosed files.

Cheers,
Pierre

2015-05-16 20:51 GMT+02:00 Marco <bagolin.ma...@gmail.com>:

> Hello,
> I would like to know if is possible to reproduce the "Changing staff"
> example (Chapter 2.2.1 Common notation for keyboards of Lilypond guide)
> using:
> - a single file "left.ly" for the Left-Hand
> - a single file "right.ly" for the Right-Hand
> - a file "general.ly" to generate the pdf output file.
>
> (sorry for my english)
>
> Thank you in advance to all for the answers.
>
> Regards
> Marco B.
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
\version "2.18.2"

right = {
  <e' c'>8
  \change Staff = "down"
  g8 fis g
  \change Staff = "up"
  <g'' c''>8
  \change Staff = "down"
  e8 dis e
  \change Staff = "up"
}
\version "2.18.2"

\include "right.ly"
\include "left.ly"

\new PianoStaff <<
  \new Staff = "up" \right
  \new Staff = "down" \left
>>
\version "2.18.2"

left = {
  \clef bass
  % keep staff alive
  s1
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to