Less elegant than Mike's, here's a one shot tweak :

\version "2.18.2"

\relative c'' {
  e4-\tweak extra-offset #'(0 . 3)\< e2. c1\!
}


Cheers,

Pierre


2014-11-29 20:34 GMT+01:00 Mike Solomon <m...@mikesolomon.org>:

>
> > On Nov 29, 2014, at 9:30 PM, bobr...@centrum.is wrote:
> >
> > I want to place a hairpin inside the staff.  I have found that I can
> move hairpins vertically with:
> >
> > \override Hairpin.Y-offset = #'n
> >
> > ...but this will only allow me to move them farther from the staff and
> will not allow them to move into the staff.  I have not managed to find an
> example of this.
> >
> > Help?
> >
> > David
>
> \relative c''’ {
>   % stops outside staff placement
>   \override DynamicLineSpanner.outside-staff-priority = ##f
>   % also stops outside staff placement in a different interface
>   \override DynamicLineSpanner.staff-padding = ##f
>   a\< b c d\!
> }
>
> %Cheers,
> %MS
> _______________________________________________
> 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