lilypond-user
[Top][All Lists]
Advanced

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

Re: displaying triplet in 3/4 time


From: Nick Payne
Subject: Re: displaying triplet in 3/4 time
Date: Tue, 22 Jun 2010 08:02:17 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

On 22/06/10 07:51, Ole Schmidt 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

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

    } }

    \layout { ragged-right = ##t }

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
c2. ~ |    \times 2/3 { c4 c8 } \times 2/3 { c'8[ b c] } d,4

Seems to render satisfactorily.

Nick

Attachment: test.preview.png
Description: PNG image


reply via email to

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