lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with barcheck


From: Jay Anderson
Subject: Re: Problem with barcheck
Date: Sat, 29 Jan 2011 13:12:33 -0700

On Sat, Jan 29, 2011 at 1:01 PM, Martin Chicoine
<address@hidden> 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
> address@hidden
> 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



reply via email to

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