lilypond-user
[Top][All Lists]
Advanced

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

Re: How can I set this piano music?


From: Leo Correia de Verdier
Subject: Re: How can I set this piano music?
Date: Wed, 12 Jun 2019 22:20:35 +0200

You need to make a separate voice for it. A short way, that I would use in this 
case is simply.
...
left = \relative c {
 \global
 <<{r8 f8 as4}\\b,2>> es4 es, \fermata |
}
…

There will be cases when you need more complex settings and will have to 
specify them more throughout. There is a lot to read about it in the manual. 

Hope that was helpful

/Leo 

> 12 juni 2019 kl. 22:05 skrev Markus Grunwald <address@hidden>:
> 
> 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
> <piano.png>_______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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