Hi Paolo, Am 09.06.20 um 00:31 schrieb Paolo Prete:
Hello,how can I increase/decrease the horizontal gap between 1) the time signature and the first note of the bar 2) the barline and the first note of the bar ...?
\version "2.20.0" \layout { \override Score.TimeSignature.extra-spacing-width = #'(0 . 10) % for 1) \override Score.BarLine.extra-spacing-width = #'(0 . 10) % 2) % for 2) } \new Staff \relative { \time 3/4 c'4 c c c c c } Best Lukas