Re: space between note-columns

2020-06-24 Thread Pierre Perol-Schneider
Hi Martin, Try; \version "2.20.0" << \voiceOne e'2\\ \override NoteColumn.force-hshift = #0 \voiceThree c'2 >> << \voiceOne e'2\\ \override NoteColumn.force-hshift = #5 \voiceThree c'2 >> Cheers, Pierre Le mer. 24 juin 2020 à 19:26, gmailMpk a écrit : > Hi, > > Is there a way to in

space between note-columns

2020-06-24 Thread gmailMpk
Hi, Is there a way to increase/decrease distance between note-columns to make stacked notes closer or further apart? \version "2.20.0" << \voiceOne e'2\\ \voiceThree c'2 >> Thanks, Martin