lilypond-user
[Top][All Lists]
Advanced

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

Re: Forcing a DynamicText to appear inside the staff


From: Robin Bannister
Subject: Re: Forcing a DynamicText to appear inside the staff
Date: Wed, 10 Aug 2016 20:33:37 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Thomas Weber wrote:
But Lilypond insist on keeping the dynamic outside of the staff.

Try
{
  \override Staff.DynamicLineSpanner  #'outside-staff-priority = ##f
  \override Staff.DynamicText #'X-offset = -4
  \override Staff.DynamicLineSpanner #'Y-offset = 0
  c' \f
}

and have a look at (the maybe outdated)
http://lists.gnu.org/archive/html/lilypond-devel/2006-12/msg00135.html


Cheers,
Robin



reply via email to

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