Sophie

Sophie

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

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/14a-MultistaffClefDynamics-Finale.xml

\header {
    copyright = "Public Domain"
    encodingdate = "2007-09-18"
    tagline = "Finale 2007 for Windows"
    title = "Piano staff with dynamics and one-staff clef changes"
    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
    c4 \ffff b4 a4 g4 \p \key d \major | % 2
    a4 b4 cis4 d4 \clef "mezzosoprano" | % 3
    d4 cis4 b4 a4 R1 \bar "|." % 0
    }

PartPOneVoiceTwo =  \relative a, {
    \clef "bass" \key c \major \time 4/4 | % 1
    a4 \ffff \< b4 c4 \! d4 \clef "treble" \key d \major | % 2
    fis4 g4 a4 b4 | % 3
    a,4 b4 cis4 d4 R1 \bar "|." % 0
    }


% The score definition
\new PianoStaff <<
    \set PianoStaff.instrumentName = "Piano"
    \context Staff = "1" << 
        \context Voice = "PartPOneVoiceOne" { \PartPOneVoiceOne }
        >> \context Staff = "2" <<
        \context Voice = "PartPOneVoiceTwo" { \PartPOneVoiceTwo }
        >>
    >>