lilypond-user
[Top][All Lists]
Advanced

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

Re: Haiprin staff-padding


From: Partitura Organum
Subject: Re: Haiprin staff-padding
Date: Wed, 20 Mar 2019 20:18:21 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.3


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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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