Am 25.01.2017 um 11:55 schrieb Gianmaria Lari:
> - Is there a simpler way to write this source code avoiding all these
> change staff?

You could use a simple music function:

l =
#(define-music-function (music) (ly:music?)
   #{
     \change Staff = "left"
     #music
     \change Staff = "right"
   #})

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

> - Is it correct writing the left hand using s2 etc. etc.?

Yes it is.


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

Reply via email to