Sophie

Sophie

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

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/19a-PageLayout-PrintMusic.xml

\header {
    encodingsoftware = "PrintMusic 2008 for Windows"
    tagline = "PrintMusic 2008 for Windows"
    encodingdate = "2007-11-04"
    title = "Layout options"
    }

#(set-global-staff-size 10.7275425591)
\paper {
    paper-width = 17.0\cm
    paper-height = 8.99\cm
    top-margin = 0.5\cm
    botton-margin = 0.7\cm
    left-margin = 3.0\cm
    right-margin = 2.0\cm
    between-system-space = 5.29\cm
    page-top-space = 4.11\cm
    }
\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative c' {
    \clef "treble" \key c \major \time 4/4 R1*3 \bar "|." % 0
    }


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