On 6/21/10 3:51 PM, "Ole Schmidt" <[email protected]> wrote:

> Hi,
> 
> While engraving I came across the  problem to display a simple triplet which
> consists of a quarter and an eighth note
> and it seems to be difficult. The default beaming is odd and using brackets
> leads to an error warning.
> Do I completely miss something or is it a known problem?
> thanks for a hint

Do the manual beaming on the *second* triplet; the error comes from trying
to beam a quarter note (which has no beam).  By putting the manual beaming
on the second triplet, you'll force the break after the end of the first
one.

See the changed line below.

HTH,

Carl


P.S. This behavior should happen automatically with the new autobeaming code
to be in 2.13.26.

> 
> ole
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>  \version "2.13.7"
>   
>    \new Staff            {
>     \clef "bass"
>     \key g \minor
>     \time 3/4
>     \relative e {
>     
>         c2. ~ | \times 2/3 { c4 c8 } \times 2/3 { c'8 b c } d,4 ~ | \break
>   
>       c2. ~ |   \times 2/3 { c4[ c8] } \times 2/3 { c'8 b c } d,4 ~ | \break
        c2. ~ | \times 2/3 {c4 c8} \times 2/3 {c'8[ b c]} d,4~ | \break
>  
>    } }
>   
>    \layout { ragged-right = ##t }
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> 
> 


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to