lilypond-user
[Top][All Lists]
Advanced

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

Re: hairpin Y-offset


From: Mike Solomon
Subject: Re: hairpin Y-offset
Date: Sat, 29 Nov 2014 21:34:53 +0200

> 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


reply via email to

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