lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with barcheck


From: Martin Chicoine
Subject: Problem with barcheck
Date: Sat, 29 Jan 2011 20:01:23 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

The following example gives me barcheck errors. Could someone explain why?

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.12.3"

\header {
        title = "" 
}

staffViolon = \new Staff {
    \time 6/8
    \set Staff.instrumentName = "Violon"
    \set Staff.midiInstrument = "violin"
    \key g \major
    \clef treble
    \relative c' {     
          b'4 d,8 ~ \times 2/3 {d8 g a } |
          \times 2/3 {b8 d c} \times 2/3 {b a g} |
    }

}

\score {
        <<
                \staffViolon
        >>
        
        \midi {
        }

        \layout {
        }
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]