\version "2.12.0" \paper {ragged-right = ##t} \header { texidoc = "The spacing engine avoids collisions between non-adjacent columns." } foo = \relative c'' { g'32[ c,] } bar = \relative c { c16 4 } \new PianoStaff { << \new Voice \foo \new Voice \bar >> }