
\version "2.7.39"
\header {

  texidoc = "Spacing uses the duration of the notes, but disregards
    grace notes for this. In this example, the 8ths around the grace
    are spaced exactly as the other 8th notes.

"
}

\layout { ragged-right = ##t}

\relative c''
\context Voice 
{
  c8[  c8]
  \grace {  b16 }
  c8[ c8]  c8[ c8] 

}




