lilypond-user
[Top][All Lists]
Advanced

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

Re: doubleSlurs in single-staff polyphony


From: Pierre Perol-Schneider
Subject: Re: doubleSlurs in single-staff polyphony
Date: Thu, 3 Jan 2013 16:43:23 +0100

Just in case : if \version "2.16.1" you should use :

\override NoteColumn #'force-hshift = #.005

2013/1/3 Eluze <address@hidden>
\relative c'' {
  \new Staff <<
    \new Voice {
      \voiceOne
      e2( f)
    }
    \new Voice {
      \override NoteColumn.force-hshift = #.005
      \voiceThree
      b  2(  c)
    }
  >>
}


reply via email to

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