Sophie

Sophie

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

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/flags-straight.ly"
\sourcefileline 0
\version "2.12.0"

\header {
  texidoc = "Straight flag styles."
}


% test notes, which will be shown in different styles:
testnotes = { \autoBeamOff c'8 d'16 c'32 d'64 \acciaccatura {c'8} d'64 
   c''8 d''16 c''32 d''64 \acciaccatura {\stemDown c''8 \stemNeutral} d''64  }

{
  \override Score.RehearsalMark #'self-alignment-X = #LEFT
  \time 2/4
  \mark "modern straight"
  \override Stem #'flag = #modern-straight-flag
  \testnotes

  \mark "old straight (large angles)"
  \override Stem #'flag = #old-straight-flag
  \testnotes
%
%   \mark "custom slant"
% %   Custom straight flag. The parameters are: 
% %                flag thickness and spacing
% %                up-flag angle and length
% %               down-flag angle and length
%   \override Stem #'flag = #(straight-flag 0.35 0.8 -5 0.5 60 2.0)
%   \testnotes
}



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