Sophie

Sophie

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

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

%% 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 "/home/lilydev/vc/gub/target/linux-x86/src/lilypond-localhost--home-lilydev-vc-lilypond-master/input/regression/beam-position.ly"
\sourcefileline 0

\version "2.12.0"
\header{

  texidoc=" Beams on ledgered notes should always reach the middle staff
line.  The second beam, counting from the note head side, should never
be lower than the second staff line.  This does not hold for grace
note beams.  Override with @code{no-stem-extend}.  "

}

\layout {
  ragged-right = ##t
}  


\context Voice \relative c {
  f8[ f]   f64[ f] 
  \grace { 
    f8[ e8] 
    \override Stem  #'no-stem-extend = ##f
    f8[ e8] 
    \revert Stem #'no-stem-extend
  }
  f8[ f]
  
}



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