Hello Peter,

How about this:


\version "2.18.2"

music = { c16( c c c c_\< c c c\! c\> c c c\! c c c c) }

\paper { ragged-right = ##t indent = 0 }

\layout { \context { \Staff \remove "Time_signature_engraver" } }

\relative c' {
  \override Slur.height-limit = 4

  \override DynamicLineSpanner #'outside-staff-priority = ##f

  \music
  \break
  %  \override Hairpin.extra-offset = #'(0 . 3)
  \music
}


JM

> Le 16 déc. 2016 à 14:05, Peter Toye <[email protected]> a écrit :
> 
> I'm trying to engrave the attached snippet, and I want to make sure that the 
> cresc hairpin is inside the slur. I assume the composer wanted the left hand 
> to cresc but not the right hand (of course, it may be a mistake on the part 
> of the publisher).
> 
> I tried this 
> 
> \version "2.18.2"
> \language "english"
> {
>  \time 3/4
>  \key gs \minor
>  \clef bass
>  \relative c'
>  {
>    <b fs>8\( b,\) <b fs>\(  
>    \override Staff.DynamicLineSpanner.avoid-slur = #'inside ds^\< fs ds'\)\! 
>    \revert Staff.DynamicLineSpanner.avoid-slur|
>  }
> }
> 
> but the hairpin is still outside the slur, presumably because there isn't 
> actually a collision.
> 
> Any pointers as to how to get what I want would be very welcome.
> 
> Regards,
> 
> Peter
> mailto:[email protected] <mailto:[email protected]>
> www.ptoye.com 
> <http://www.ptoye.com/>_______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to