Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 3a7b4dfc766af1222d90c7f03a0844e6 > files > 2491

lilypond-doc-2.11.57-1mdv2009.0.i586.rpm

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


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



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

\layout {
  
}


{


% ****************************************************************
% ly snippet contents follows:
% ****************************************************************
\sourcefileline 1959
#(define (compound-time grob one two three num)
  (interpret-markup
   (ly:grob-layout grob)
   '(((baseline-skip . 2)
      (word-space . 1.5)
      (font-family . number)))
   (markup
    #:line ( #:column (one) "+" #:column (two num) "+" #:column (three)))))

  \relative c' {
    \key f \major
    #(set-time-signature 8 8 '(3 2 3))
    \override Staff.TimeSignature  #'stencil
      = #(lambda (grob) (compound-time grob "3" "2" "3" "8"))
    #(override-auto-beam-setting '(end 1 8 8 8) 3 8)
    #(override-auto-beam-setting '(end 1 8 8 8) 5 8)
    \set Staff.beatGrouping = #'(3 2 3)

   c8 d e f4 d8 c bes | c4 g'8 e c f4. \bar "||"
  }



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