Sophie

Sophie

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

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

%% Generated by lilypond-book.py
%% Options: [quote,alt=[image of music],ragged-right,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
  ragged-right = ##t
  indent = 0\mm
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {
  
}



% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefileline 1715
\score {
<<
%-- Treble Staff --%
 \new Staff = "G" \with {
  \remove Time_signature_engraver
 }
 {
% The following two overrides are required to make the two middle C's overlap
  \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0)
  \override Staff.VerticalAxisGroup #'Y-extent = #'(-2 . 2)

  \override Staff.Clef #'Y-extent = #'(0 . 0)
  \clef "G"
  s1 s s s s e' g' c''
 }
%-- Alto Staff --%
 \new Staff = "C" \with {
  \remove Time_signature_engraver
 }
 {
  \override Staff.StaffSymbol #'line-count = 1
  \override Staff.StaffSymbol #'stencil = ##f
  \once \override Staff.Clef #'stencil = ##f
  \clef "G"  % A frig. This clef is invisible; use G to force the later C clef to be shown
  \override Score.BarLine #'stencil = ##f

  % The following two overrides are required to align the C staff to the G and F staves
  \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0)
  \override Staff.VerticalAxisGroup #'Y-extent = #'(-1 . 1)

  s1 s s s
  \stopStaff \startStaff
  \override Staff.VerticalAxisGroup #'Y-extent = #'(-1 . 1)
  \revert Staff.StaffSymbol #'stencil
  \override Staff.StaffSymbol #'color = #red
   b'1 % A frig.  This really shows as a middle C in the score
   s1 s s s
  \stopStaff \startStaff
  \override Staff.StaffSymbol #'line-count = 5
  \override Staff.StaffSymbol #'Y-extent = #'(0 . 0)
  \override Staff.Clef #'Y-extent = #'(0 . 0)
  \revert Staff.StaffSymbol #'color
  \stopStaff \startStaff
  \clef "C"
  s1 s s c e g c' e' g' c''
 }
%-- Bass Staff --%
 \new Staff = "F" \with {
  \remove Time_signature_engraver
 }
 {
  \override Staff.Clef #'Y-extent = #'(0 . 0)
% The following two overrides are required to make the two middle C's overlap
  \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0)
  \override Staff.VerticalAxisGroup #'Y-extent = #'(-2 . 2)

  \clef "F"
  c1 e g s s s s s
 }
>>
\layout {
 \context {
  \Score \override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 2 1)
  }
 \context {
  \Score \override NoteHead #'Y-extent = #'(0 . 0)
  }
 \context {
  \Score \override NoteHead #'minimum-Y-extent = #'(0 . 0)
 }
}
}



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