lilypond-user
[Top][All Lists]
Advanced

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

How can I set this piano music?


From: Markus Grunwald
Subject: How can I set this piano music?
Date: Wed, 12 Jun 2019 22:05:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0

Hello,

I'd like to set the bar that's in the attachment (I apologize if it's
too big - I tried to make it small).

I have a problem with the left hand: I don't know how to set the b2.
This is what I already have:


\version "2.18.2"
\language "deutsch"

global = {
  \key f \minor
  \time 4/4
}

right = \relative c'' {
  \global
  r8 \mp des, g f < des g c >2 \fermata |
}

left = \relative c' {
  \global
  r8 f,8 as4 es es, \fermata |
}

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

Could you please give me a hand?
-- 
Markus Grunwald
https://www.the-grue.de/~markus/markus_grunwald.gpg

Attachment: piano.png
Description: PNG image


reply via email to

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