%% Generated by lilypond-book.py
%% Options: [alt=[image of music],printfilename,indent=0\mm,texidoc,line-width=160\mm]
\include "lilypond-book-preamble.ly"







% ****************************************************************
% Start cut-&-pastable-section 
% ****************************************************************

\paper {
  #(define dump-extents #t)
  
  indent = 0\mm
  line-width = 160\mm
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {
  
}



% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "spacing-strict-spacing-grace.ly"
\sourcefileline 0
\header {

  texidoc = "With @code{strict-note-spacing} spacing for grace notes
(even multiple ones), is floating as well."

}

\version "2.10.0"

\paper {
  ragged-right = ##t
  indent = 0
}

\relative c''
{
  \override Score.SpacingSpanner #'strict-note-spacing = ##t 
  \set Score.proportionalNotationDuration = #(ly:make-moment 1 12)
  c8[ \grace { c16[ c] } c8 c8 c8] 
  c2 
}  



% ****************************************************************
% end ly snippet
% ****************************************************************

