Hi,

Is it possible to adjust the padding of a broken hairpin after a line break?

For instance:

\new PianoStaff
<<
  \relative c' {
    c4 d e f
    \break
    g f e d
  }
  \new Dynamics {
    \override PianoStaff.Hairpin.to-barline = ##f
    \override PianoStaff.Hairpin.after-line-breaking = ##t
    s1\<
    s2\! s
  }
  \relative c' {
    c4 d e f
    g f e''' d
  }
>>

If I use Hairpin.Y-offset, both parts will move, or I'd like to move the
second hairpin only!
I'm stuck here...



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to