Sophie

Sophie

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

lilypond-doc-2.11.57-1mdv2009.0.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/chord-name-entry.ly"
\sourcefileline 0
\version "2.11.51"


\header {

    texidoc = "Chords can be produced with the chordname entry 
code (@code{\chordmode} mode), using a pitch and a suffix. Here,
the suffixes are printed below pitches.
"

}

{ \context Voice \chordmode {
    c1_"(nothing)"
    c:7_":7"
    c:m_":m"
    c:m7_":m7"
    c:aug_":aug"
    c:maj7_":maj7"
    c:dim_":dim"
    c:dim7_":dim7"
    c:sus4_":sus4"
    c:sus2_":sus2"
    c:6_":6"
    c:m6_":m6"
    c:7sus4_":7sus4"
    c:3-_":3-"
    c:3+_":3+"
    c:5+.3-_":5+.3-"
    c:7_":7"
    c:9_":9"
    c:11_":11"
    c:13_":13"
    c:m13_":m13"
    c:7^5_":7\\^{~}5"
    c^3_"\\^{~}3"
    c/g_"/g"
    c/gis_"/gis"
    c/a_"/a"
    c/+f_"/+f"
    c/+g_"/+g"
}
}



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