On Sat, Jan 29, 2011 at 1:01 PM, Martin Chicoine <martin.chico...@gmail.com> wrote: > 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 { > } > } > > > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user >
Do you mean this? \time 6/8 b'4 d,8~ d8 g a | b8 d c b a g | or this? \time 2/4 \times 2/3 {b'4 d,8~} \times 2/3 {d8 g a} | \times 2/3 {b8 d c} \times 2/3 {b a g} | -----Jay _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user