lilypond-user
[Top][All Lists]
Advanced

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

Help with ties


From: Carlo Stemberger
Subject: Help with ties
Date: Thu, 8 Dec 2016 10:13:55 +0100

Hello,
could you help me in transcribing the attached file, please?

This is my attempt:
-----
\version "2.18.2"

global = {
  \key as \major
  \time 2/2
}

right = \relative c' {
  \global
  <<
    {
      es'2( des4 c
      des2 c)
    } \\
    {
      <es, as>1 ~
      as4 g as2            % FIXME: missing e
    }
  >>
}

left = \relative c' {
  \global
  <<
    {
      as1
      es
    } \\
    {
      c2 bes4 as
      bes2 as
    }
  >>
}

\score {
  \new PianoStaff <<
    \new Staff = "right" \right
    \new Staff = "left" { \clef bass \left }
  >>
}
-----


Thank you very much!

Carlo

Attachment: help.tiff
Description: TIFF image


reply via email to

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