Let me clarify this with an example. The 'f' and 'g' are in separate
voices, but I'd like them to be drawn closer together (see attached image).
What is the easiest way to do this? (Note that I have entire scores on
which I'd like this effect).

\version  "2.18.0"

\score {
  \new Staff <<
    \clef bass
    \new Voice = "tenor" {
      \voiceOne
      g2 g
    }
    \new Voice = "bass" {
      \voiceTwo
      e2 f
    }
  >>
}

\layout {
  \context {
    \Staff \omit Flag \omit Stem
  }
}

<<attachment: spacing.png>>

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to