Re: Spacing between clef and first note without time signature

2021-01-03 Thread Jay Anderson
On Fri, Jan 1, 2021 at 3:27 AM Xavier Scheuer wrote: > The space between Clef and first-note is documented in the Internals > References manual, > IR 3.1.26 Clef > http://lilypond.org/doc/v2.20/Documentation/internals/clef > > You can modify the space-alist property for the first-note item.

Re: Spacing between clef and first note without time signature

2021-01-01 Thread Xavier Scheuer
On Fri, 1 Jan 2021 at 05:31, Jay Anderson wrote: > > Not a great title, but here's what I'm wanting to achieve: > > = > \version "2.20.0" > > \score { > \new Staff { c''2 r } > \layout { > \context { > \Staff > \omit TimeSignature > } > } > } > = > > This looks

Spacing between clef and first note without time signature

2020-12-31 Thread Jay Anderson
Not a great title, but here's what I'm wanting to achieve: = \version "2.20.0" \score { \new Staff { c''2 r } \layout { \context { \Staff \omit TimeSignature } } } = This looks mostly correct until I reduce the staff size and squeeze it horizontally: =