lilypond-user
[Top][All Lists]
Advanced

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

RE: Extra space at the beginning of the bar


From: Mark Stephen Mrotek
Subject: RE: Extra space at the beginning of the bar
Date: Sun, 25 Mar 2018 10:41:46 -0700

Paolo,

 

The Lilypond Snipped Repository is at

http://lsr.di.unimi.it/LSR/

 

Mark

 

From: lilypond-user [mailto:address@hidden On Behalf Of Paolo Prete
Sent: Sunday, March 25, 2018 10:40 AM
To: Thomas Morley <address@hidden>
Cc: Lilypond-User Mailing List <address@hidden>
Subject: Re: Extra space at the beginning of the bar

 

Hello Thomas,

 

thanks for the tweak, which is massive.

I think it would be useful to group in one snippet all these howtos and work-arounds for solving horizontal spacing issues.

Then I created this snippet, which has to be completed and can be enriched.

 

 

Any contribution is welcome...! I know that you seem to discourage manual placement of grobs, but it would be useful at least to group these tips in one

coherent document.

Please give me a feedback

 

 

 

2018-03-25 18:22 GMT+02:00 Thomas Morley <address@hidden>:

 

As long as you have a SkipEvent without any post-events the
SpacingSpanner-override will affect and move the _following_
NoteColumn.
That looks fine, imho

As soon as something is attached to a SkipEvent a related PaperColumn
is created and can be tweaked like:

{
  \overrideProperty Score.PaperColumn.X-extent #'(-20 . 10)
  s4\f
  c''2.
}

Cheers,
  Harm

 


reply via email to

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