Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ffe16b32b9f5eec0add70c0a6bc8cec8 > files > 2650

lilypond-doc-2.12.2-3mdv2009.1.i586.rpm

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


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



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

\layout {
  
}



% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefileline 1986
\score {
  <<
    %-- Treble Staff --%
    \new Staff = "G" {
      \clef "G"
      s1 s s s
      e'1 g' c'' s
    }
    %-- Alto Staff --%
    \new Staff = "C" {
      \override Staff.StaffSymbol #'line-count = #1
      \once \override Staff.Clef #'stencil = ##f
      \stopStaff
      \clef "C"
      s1 s s
      \startStaff
      \revert Staff.StaffSymbol #'stencil
      \override Staff.StaffSymbol #'color = #red
      c'1
      s1 s s s s
      \stopStaff \startStaff
      \revert Staff.StaffSymbol #'line-count
      \revert Staff.StaffSymbol #'color
      \stopStaff \startStaff
      \override Staff.Clef #'full-size-change = ##t
      \set Staff.forceClef = ##t
      \clef "C"
      s1 s
      c1 e g c' e' g' c''
    }
    %-- Bass Staff --%
    \new Staff = "F" {
      \clef "F"
      c1 e g
      s1 s s s s
    }
  >>
  \layout {
    \context {
      \Score
      \override SpacingSpanner #'base-shortest-duration =
        #(ly:make-moment 2 1)
      \override  NonMusicalPaperColumn
        #'line-break-system-details = #'((alignment-offsets . (0 -3 -6)))
      \override BarLine #'stencil = ##f
    }
    \context {
      \Staff
      \remove "Time_signature_engraver"
    }
  }
}



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