Hi Peter Dynamics placed between piano staves can collide with barlines. It makes no difference whether they are centered or not. Unfortunately if this happens you have to reposition the dynamics manually. There are (at least) two ways to do this.
1. Dynamics are normally centered on the note to which they are attached. They can instead be left- or right-aligned with the following overrides \override DynamicText #'self-alignment-X = #1 % Right-aligned. \override DynamicText #'self-alignment-X = #-1 % Left-aligned. 2. For finer control the dynamic text may be moved with the following override \override DynamicText #'extra-offset = #'(x . y) Replace x and y with the distance in staff-spaces you wish to move the text. Negative quantities move to the left and down respectively. Values may be any real numbers. Trevor D > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:lilypond-user-bounces+t.daniels=treda.co.u > [EMAIL PROTECTED] Behalf Of > peter0 > Sent: 09 December 2007 14:08 > To: [email protected] > Subject: Re: Piano Centered Dynamics and bar > collision - again > > > > Hmm... No response on my previous message. Did I > provide not enough > information about the problem, or was my message > inappropiate? > I also searched the google code repository, but > no bug was filed for this > issue. > > A little answer would be greatly appreciated! > Thank you > peter > > > > > peter0 wrote: > > > > Hi. I'm a relative new user and I want to > write piano centered dynamics > > without them colliding bar lines. I searched > the help and this mailing > > list but I didn't find a consistent resolution. > > > > So, can anyone give the right code or a method > how I have to do this? > > I don't know if it's relevant, but I have > voices switching staffs in the > > piece I'm engraving. > > > > I think lilypond is quite useless if simple > nice piano dynamics are not > > possible for beginning users without much > programming knowledge. It's > > strange that one have to do all these exotic > programming for such a > > frequent notation. Should it be considered a > bug if it's not possible? > > > > Thank you in advance > > Peter > > > > -- > View this message in context: http://www.nabble.com/Piano-Centered-Dynamics-and-bar-collis ion---again-tp13844142p14238892.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
