Hello Sam,
for 1) you can do something like
\layout {
\context {
\Staff
\remove Dot_column_engraver
}
\context {
\Voice
\consists Dot_column_engraver
}
}
<<
{ 2. } \\
{ \once \override NoteColumn.force-hshift = #2.5 2. }
>>
This is not as dynamic as we’d want it to b
Hi Sam,
*Tweak 2*
current result:
tweak-2-ties.jpg
soprano line: | bf2 af4 |
alto line: | f( ef) c |
tenor line: ||
bass line: | g2 d4 |
problem: I want to add a slur between the two 1st tenor notes and
another one between the two second tenor notes.
Please always give a compilable