lilypond-user
[Top][All Lists]
Advanced

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

change staff


From: Gianmaria Lari
Subject: change staff
Date: Wed, 25 Jan 2017 11:55:57 +0100

- Is there a simpler way to write this source code avoiding all these change staff?
- Is it correct writing the left hand using s2 etc. etc.? 

Thank you, g.

\version "2.19.54"
right = \fixed c' {
  \clef treble
  \time 2/4
  g8-4 \change Staff = "left" g_4 \change Staff = "right" e-3 \change Staff = "left" e_3 \change Staff = "right"
  g8-4 \change Staff = "left" g_4 \change Staff = "right" e4-2
  \bar "|."
}

left = \fixed c' {
  \clef treble
  s2 
  s4 c_2
}

\score {
  \new PianoStaff
  <<
    \new Staff = "right" \right
    \new Staff = "left"  \left
  >>
  \layout { }
}

Attachment: Capture.PNG
Description: PNG image


reply via email to

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