Sophie

Sophie

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

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-quant-standard.ly"
\sourcefileline 0
\header {

  texidoc = "This file tests a few standard beam quants, taken from
    Ted Ross' book. If LilyPond finds another quant, the correct quant
    is printed over the beam."
  
}

\version "2.12.0"

\layout  {
  ragged-right = ##t
  #(define debug-beam-quanting #t)
}

filler = \new Voice \relative  {
  \hideNotes
  e4 e
}
				% 

%%
%% Ross p108--112
primes = \relative {
  \time 3/4 
  \assertBeamQuant #'(0 . 0)  #'(0 . 0)
  c8[ c]
  \filler
  \assertBeamQuant #'(1 . -1)  #'(1 . -1)
  d8[ d]
  
  \filler
  
  \assertBeamQuant #'(1 . 0)  #'(1 . 0)
  e8[ e]
  \filler
  
  
  \assertBeamQuant #'(2 . -1)  #'(2 . -1)
  f8[ f]
  \filler
  
  
  \assertBeamQuant #'(2 . 0)  #'(2 . 0)
  g8[ g]
  \filler
  
  
  \assertBeamQuant #'(2 . 1)  #'(2 . 1)
  a8[ a]
  \filler
  
%{
  \once \override Beam #'inspect-quants = #'(2.2 . 2.2)
  \assertBeamQuant 
  a8[ a]
  \filler
  
%}
  
}


seconds = \relative {
  
  \assertBeamQuant #'(0 . 0)  #'(0 . 1)
  a8[ b]
  \filler
  

  \assertBeamQuant #'(0 . 0)  #'(0 . 1)
  b8[ c]
  \filler
  

  \assertBeamQuant #'(0 . 0)  #'(0 . 1)
  c8[ d]
  \filler
  
  \assertBeamQuant #'(1 . -1)  #'(1 . 0)
  d8[ e]
  \filler
  
  
  \assertBeamQuant #'(1 . 0)  #'(1 . 1)
  e8[ f]
  \filler
  
  
  \assertBeamQuant #'(2 . -1)  #'(2 . 0)
  f8[ g]
  \filler
  
  
  \assertBeamQuant #'(2 . 0)  #'(2 . 1)
  g8[ a]
  \filler

  \assertBeamQuant #'(3 . -1)  #'(3 . 0)
  a8[ b]
  \filler
}

filler = \new Voice \relative  {
  \hideNotes
  e4 e4.
}

				% Ross, p122 
primeSixteenths = \relative {
  \stemUp
  \assertBeamQuant #'(0 . -1)  #'(0 . -1)
  g16[ g]
  \filler
  \assertBeamQuant #'(0 . -1)  #'(0 . -1)
  a16[ a]
  \filler
  \assertBeamQuant #'(0 . -1)  #'(0 . -1)
  b16[ b]
  \filler
  \assertBeamQuant #'(0 . 0)  #'(0 . 0)
  c16[ c]
  \filler
  \assertBeamQuant #'(1 . -1)  #'(1 . -1)
  d16[ d]
  \filler
  \assertBeamQuant #'(1 . 0)  #'(1 . 0)
  e16[ e]
  \filler
  \assertBeamQuant #'(2 .  -1)  #'(2 . -1)
  f16[ f]
  \filler
  \assertBeamQuant #'(2 . 0)  #'(2 . 0)
  g16[ g]
  \filler
  \assertBeamQuant #'(3 . -1)  #'(3 . -1)
  a16[ a]
  \filler
  \assertBeamQuant #'(3 . 0)  #'(3 . 0)
  b16[ b]
  \filler
}

\new Voice { \primes \seconds \primeSixteenths }




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