You could try and move the override statement to the left-hand variable.
Like this:

lh = \relative c {
  \time 3/4
  \clef bass
  \override DynamicLineSpanner.outside-staff-padding = #1.5
  | r4.. fis'16~\> 4
  | f(\! e) <gis, e'>--
  | <a e'>(\< <g es'>2)\!
  | <f b>4( <fis c'>) <d a'>
  | g4.(\f fis8) <e b'>4
}



On 20-3-2019 18:21, foxfanfare wrote:
Valentin Villenave-3 wrote
You could try something like:

\layout {
   \context {
     \Staff
     \override DynamicLineSpanner.outside-staff-padding = #1.5
   }
}
Thanks for the tip Valentin, unfortunately, it doesn't work as expected...

(I just realized that for some reasons, the forum just erase some characters
when I post it. That's the reason my example code isn't working well. I'll
upload the ly file directly to show you where the problem is.)

You can see that when I change the DynamicLineSpanner.outside-staff-padding,
in my example, this works great for the left hand but the hairpin between
the two staves is also moving without any apparent reason...

<http://lilypond.1069038.n5.nabble.com/file/t5604/before.jpg>
<http://lilypond.1069038.n5.nabble.com/file/t5604/after.jpg>
example.ly <http://lilypond.1069038.n5.nabble.com/file/t5604/example.ly>



--
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


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

Reply via email to