Re: help needed with horizontal spacing between notes

2021-01-19 Thread Davide Bonetti
Yes, I solved with: \score{    \new Staff{ \time 3/4 \repeat unfold 16 {c'2*1/2 c'4 4} }    \layout{ \context { \Staff \omit TimeSignature }    } } Il 19/01/2021 16:44, Carl Sorensen ha scritto: On Tue, Jan 19, 2021 at 4:35 AM Davide Bonetti

Re: help needed with horizontal spacing between notes

2021-01-19 Thread Carl Sorensen
On Tue, Jan 19, 2021 at 4:35 AM Davide Bonetti wrote: > Hello! > > I have some music with half - quarter - quarter sequence. > > I want the horizontal spacing of the halves to be equal of the quarters. > Are you asking for each measure to contain three equally-spaced notes, or for the space take

help needed with horizontal spacing between notes

2021-01-19 Thread Davide Bonetti
Hello! I have some music with half - quarter - quarter sequence. I want the horizontal spacing of the halves to be equal of the quarters. I tried: \version "2.22.0" pippo = \repeat unfold 16 {c'2 c'4 4} {\pippo} { \override Score.SpacingSpanner.spacing-increment = #.1 \pippo } but at the