Sophie

Sophie

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

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/00f-Basics-Clefs.xml

\header {
    copyright = "Public Domain"
    encodingdate = "2007-09-01"
    tagline = "Finale 2007 for Windows"
    title = "Finale Clef test"
    composer = "Reinhold Kainhofer"
    encodingsoftware = "Finale 2007 for Windows"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative c' {
    \clef "treble" \key c \major \time 4/4 | % 1
    c1 \clef "alto" | % 2
    c1 \clef "tenor" | % 3
    c1 \clef "bass" | % 4
    c1 \clef "percussion" | % 5
    c1 \clef "treble_8" | % 6
    c1 \clef "bass_8" | % 7
    c1 \clef "varbaritone" | % 8
    c1 \clef "french" | % 9
    c1 \clef "baritone" | \barNumberCheck #10
    c1 \clef "mezzosoprano" | % 11
    c1 \clef "soprano" | % 12
    c1 \clef "percussion" | % 13
    c1 \clef "treble^8" | % 14
    c1 \clef "bass^8" | % 15
    c1 \clef "tab" | % 16
    c1 \clef "tab" | % 17
    c1 \clef "None" | % 18
    c1 \clef "treble" | % 19
    c1 \bar "|." % 0
    }


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