Re: Extra space at the beginning of the bar

2018-03-25 Thread Paolo Prete
Mark, I know that. But the snippet I just wrote has to be completed/enriched before proposing it for the repository. 2018-03-25 19:41 GMT+02:00 Mark Stephen Mrotek : > Paolo, > > > > The Lilypond Snipped Repository is at > > http://lsr.di.unimi.it/LSR/ > > > > Mark > > > >

RE: Extra space at the beginning of the bar

2018-03-25 Thread Mark Stephen Mrotek
Paolo, The Lilypond Snipped Repository is at http://lsr.di.unimi.it/LSR/ Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Paolo Prete Sent: Sunday, March 25, 2018 10:40 AM To: Thomas Morley Cc: Lilypond-User

Re: Extra space at the beginning of the bar

2018-03-25 Thread Paolo Prete
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. http://lilybin.com/p2whaw/4 Any

Re: Extra space at the beginning of the bar

2018-03-25 Thread Thomas Morley
2018-03-25 17:17 GMT+02:00 Paolo Prete : > Hello Thomas, > > Given that the post events attached to a SkipEvent get parents like > PaperColumn and VerticalAxisGroup, I expect that overriding some of these > parents' properties shifts the dynamic placed on a skip event, >

Re: Extra space at the beginning of the bar

2018-03-25 Thread Patrick Karl
> On Mar 25, 2018, at 2:56 AM, lilypond-user-requ...@gnu.org wrote: > > Message: 2 > Date: Sat, 24 Mar 2018 22:57:18 -0400 > From: Kieren MacMillan > To: paolo prete > Cc: Lilypond-User Mailing List > Subject: Re:

Re: Extra space at the beginning of the bar

2018-03-25 Thread Kieren MacMillan
Hi Patrick, >> \score { >> \repeat unfold 12 { c'4 } >> \layout { >> \context { >> \Score >> \override BarLine.space-alist.first-note = #'(fixed-space . 12) >> \override BarLine.space-alist.next-note = #'(semi-fixed-space . 12.5) >> } >> } >> } > > I don’t understand your first

Re: Extra space at the beginning of the bar

2018-03-25 Thread Paolo Prete
Hello Thomas, Given that the post events attached to a SkipEvent get parents like PaperColumn and VerticalAxisGroup, I expect that overriding some of these parents' properties shifts the dynamic placed on a skip event, consequently. But this doesn't happen. Better said: I don't know which parent

Re: Extra space at the beginning of the bar

2018-03-25 Thread Thomas Morley
2018-03-25 15:01 GMT+02:00 Paolo Prete : > Again: I think that these events [SkipEvents] must be managed as graphic > objects, with > the extra-spacing-width and X-offset properties. I don't understand why they > don't implement these interfaces and I wonder if is there

Re: Extra space at the beginning of the bar

2018-03-25 Thread Paolo Prete
Hi Kieren 2018-03-25 13:41 GMT+02:00 Kieren MacMillan : > Hi Paolo, > > > You’d have to add an equivalent tweak for any prefatory material (Clef, > KeySignature, etc.). > > Doesn't work for skip events too... > > and the second option doesn't add space if the

Re: Extra space at the beginning of the bar

2018-03-25 Thread Kieren MacMillan
Hi Paolo, > Unfortunately yhe first option adds space only after a barline, and not at > the measure on the left of the staff \score { \repeat unfold 12 { c'4 } \layout { \context { \Score \override TimeSignature.extra-spacing-width = #'(0 . 10) \override

Re: Extra space at the beginning of the bar

2018-03-25 Thread paolo prete
I think that the biggest problem is that a skip event doesn't implement the Graphical Objects Interfaces' properties AFAIK (I just searched trhough the API) Then, no X-offset or extra-spacing-width ... etc. are avaible for it IMHO, it should be considered as a Graphical Object, because it is

Re: Extra space at the beginning of the bar

2018-03-25 Thread paolo prete
Hello Kieren, thanks for your help. Unfortunately yhe first option adds space only after a barline, and not at the measure on the left of the staff, and the second option doesn't add space if the measure starts with a rest or skip event. I could use "\tweak Rest.extra-spacing-width ... " for

Re: Extra space at the beginning of the bar

2018-03-24 Thread Kieren MacMillan
Hi Paolo, > Is there a way to add extra space at the beginning of a bar without > overriding the X-offset of the starting notes/rests/chords? > { how to add space here? . c' c' c' c' } Here are two options that avoid X-offset: \version "2.19.80" \language "english" \score {

Extra space at the beginning of the bar

2018-03-24 Thread paolo prete
Hello, Is there a way to add extra space at the beginning of a bar without overriding the X-offset of the starting notes/rests/chords? { how to add space here? . c' c' c' c' } Thanks ___ lilypond-user mailing list lilypond-user@gnu.org