lilypond-user
[Top][All Lists]
Advanced

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

Re: crescendo and decrescendo within slurs


From: Valentin Petzel
Subject: Re: crescendo and decrescendo within slurs
Date: Sat, 12 Aug 2023 21:52:04 +0200

Hi,

you could set the outside-staff-priority of the Slur:

\version "2.24.1"

top = { \change Staff = "upper" \voiceTwo }
bottom = { \change Staff = "lower" \voiceOne }

upper = \relative c' {
  \key g \minor
  \voiceOne
d'4.^\markup {\italic "espressivo"}^"a tempo"\p^- c8\tweak outside-staff-
priority #500 ( d^\< f\! g^\> c,\!) |
}

lower = \relative c' {
  \clef bass
  \key g \minor
  f,16 bes \top d f 
      \bottom bes, d \top f bes 
      \bottom bes, d \top g bes
      \bottom a, c \top g' a |
}

\layout {
  \context {
    \PianoStaff
    \override StaffGrouper.staff-staff-spacing.basic-distance = #12
  }
}
\score {
  \new PianoStaff {
    <<
    \new Staff = "upper" \upper
    \new Staff = "lower" \lower
    >>
  }
}

Cheers,
Valentin

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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