lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Column shift for 2nd interval


From: Benjamin Fluehr
Subject: Re: Column shift for 2nd interval
Date: Mon, 7 Apr 2014 06:34:13 -0500

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
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]