Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ffe16b32b9f5eec0add70c0a6bc8cec8 > files > 11920

lilypond-doc-2.12.2-3mdv2009.1.i586.rpm


\version "2.12.2"
% automatically converted from /home/lilydev/vc/gub/target/linux-x86/src/lilypond-localhost--home-lilydev-vc-lilypond-master/input/regression/musicxml/11a-TimeSignatures.xml

\header {
    texidoc = "Various time signatures: 2/2 
            (alla breve), 4/4 (C), 2/2, 3/2, 2/4, 3/4, 4/4, 5/4, 3/8, 6/8, 
            12/8"
    }

\layout {
    \context { \Score
        autoBeaming = ##f
        }
    }
PartPOneVoiceOne =  \relative c'' {
    \clef "treble" \key c \major \time 2/2 c1 | % 2
    \time 4/4  c1 | % 3
    \numericTimeSignature\time 2/2  c1 | % 4
    \time 3/2  c1. | % 5
    \time 2/4  c2 | % 6
    \time 3/4  c2. | % 7
    \numericTimeSignature\time 4/4  c1 | % 8
    \time 5/4  c1 ~ c4 | % 9
    \time 3/8  c4. | \barNumberCheck #10
    \time 6/8  c2. | % 11
    \time 12/8  c1. \bar "|."
    }


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