Sophie

Sophie

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

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/04d-Spanners-JScore.xml

\header {
    encodingsoftware = "JMSL's MusicXMLWriter by Nick Didkovsky. Java Music Specification Language by Nick Didkovsky and Phil Burk, (c) 2003 Nick Didkovsky, Phil Burk.  Available from: http://www.algomusic.com"
    tagline = "JMSL's MusicXMLWriter by Nick Didkovsky. Java Music Specification Language by Nick Didkovsky and Phil Burk, (c) 2003 Nick Didkovsky, Phil Burk.  Available from: http://www.algomusic.com"
    composer = "Reinhold Kainhofer"
    title = "JScore Spanners Test"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative g'' {
    \clef "treble" \key c \major \time 6/8 \tempo "" 4=60 \ottava #1 | % 1
    g8 g8 g8 \ottava #0 \ottava #-1 g,,8 g8 g8 \ottava #0 \clef "treble"
    \key c \major \time 6/8 | % 2
    g'8 [ g8 g8 ] \times 2/3 {
        g8*319/320 [ g8*319/320 g8*319/320 ] }
    s1*161/1280 \clef "treble" \key c \major \time 6/8 | % 3
    g8 \< g8 g8 \! g8 \> g8 g8 \! \clef "treble" \key c \major \time 6/8
    | % 4
    g8 ~ g8 ~ g8 g8 ( g8 g8 ) }


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