lilypond-user
[Top][All Lists]
Advanced

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

Re: how to do a slur (or phrasing slur) that crosses the staff (piano sc


From: Lukas-Fabian Moser
Subject: Re: how to do a slur (or phrasing slur) that crosses the staff (piano score)?
Date: Tue, 21 Sep 2021 23:23:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Hi Kenneth,

Am 21.09.21 um 22:57 schrieb Kenneth Wolcott:
   how to do a slur (or phrasing slur) that crosses the staff (piano score)?

The slur'ed music must be in a single voice that moves between the staves:

\version "2.22"
\new PianoStaff
<<
  \new Staff = UPPER \relative {
    e'2.*1/3 \change Staff = LOWER c,8( e g c \change Staff = UPPER e[ g]
    <fis c'>2 b4. fis8)
  }
  \new Staff = LOWER \with { \clef bass }
  {
    <c g>4 s2 r4
    a2 b
  }
>>

I'm cheating a bit since e'2.*1/3 shortens the note (which would me noticeable in MIDI output). It doesn't matter if you only want printed music.

A more "correct" solution would invole multiple voices:

<< e'2. \new Voice { ... } >>

Lukas




reply via email to

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