lilypond-user
[Top][All Lists]
Advanced

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

Re: hairpin Y-offset


From: Pierre Perol-Schneider
Subject: Re: hairpin Y-offset
Date: Sat, 29 Nov 2014 20:52:15 +0100

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 <address@hidden>:

> On Nov 29, 2014, at 9:30 PM, address@hidden 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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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