Sophie

Sophie

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

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


\version "2.11.57"
% automatically converted from /home/lilydev/vc/gub/target/linux-x86/src/lilypond-localhost--home-lilydev-vc-lilypond-master/input/regression/musicxml/00a-Basics-Pitches.xml

\header {
    composer = "Reinhold Kainhofer"
    title = "Pitches and accidentals"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative g, {
    \clef "treble" \key c \major \time 4/4 | % 1
    g4 a4 b4 c4 | % 2
    d4 e4 f4 g4 | % 3
    a4 b4 c4 d4 | % 4
    e4 f4 g4 a4 | % 5
    b4 c4 d4 e4 | % 6
    f4 g4 a4 b4 | % 7
    c4 d4 e4 f4 | % 8
    g4 a4 b4 c4 | % 9
    gis,,,,4 ais4 bis4 cis4 | \barNumberCheck #10
    dis4 eis4 fis4 gis4 | % 11
    ais4 bis4 cis4 dis4 | % 12
    eis4 fis4 gis4 ais4 | % 13
    bis4 cis4 dis4 eis4 | % 14
    fis4 gis4 ais4 bis4 | % 15
    cis4 dis4 eis4 fis4 | % 16
    gis4 ais4 bis4 cis4 | % 17
    ges,,,,4 as4 bes4 ces4 | % 18
    des4 es4 fes4 ges4 | % 19
    as4 bes4 ces4 des4 | \barNumberCheck #20
    es4 fes4 ges4 as4 | % 21
    bes4 ces4 des4 es4 | % 22
    fes4 ges4 as4 bes4 | % 23
    ces4 des4 es4 fes4 | % 24
    ges4 as4 bes4 ces4 | % 31
    cisis,,4 ceses4 cis4 cis4 | % 32
    cis4 cis ?4 \bar "|." % 0
    }


% The score definition
\new Staff <<
    \context Staff << 
        \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
        >>
    >>