lilypond-4 wrote:
> 
> Status: Accepted
> Owner: ----
> Labels: Type-Enhancement
> 
> New issue 2192 by lemzw...@gmail.com: tighter polyphony
> http://code.google.com/p/lilypond/issues/detail?id=2192
> 
> The attached image shows rather large horizontal distances between the  
> voices (this setup is necessary e.g. for Bach's Chaconne for violin solo,  
> BWV 1004).
> 
> 
> Currently, this horizontal space isn't configurable in lilypond, which I  
> consider a deficiency.
> 
> 
what about

\relative c' <<
  { \voiceOne e'4 }
  \\
  { \voiceThree \override NoteColumn #'force-hshift = #0.25 b4 }
  \\
  { \voiceFive \override NoteColumn #'force-hshift = #0.5 g4 }
  \\
  { \voiceTwo d4 }
>>

http://old.nabble.com/file/p33097464/force-hshift.png 
-- 
View this message in context: 
http://old.nabble.com/Issue-2192-in-lilypond%3A-tighter-polyphony-tp33097351p33097464.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to