lilypond-user
[Top][All Lists]
Advanced

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

Re: duplet in 3


From: Erik Sandberg
Subject: Re: duplet in 3
Date: Mon, 20 Sep 2004 01:07:27 +0200
User-agent: KMail/1.6.2

On Sunday 19 September 2004 22.24, David Bobroff wrote:
> I need to produce a pair of half notes in 3/4 time with a duple
> bracket.  The following code gives me the correct printed notes and time
> values but I have not found a way to override the number in the
> bracket.  It is printing a '4' as advertised but I need a '2'.

One easy way to do this is:
\times 3/2 {c2*1/2-> bes->}

The other way is to search the manual for the property that controls the 
tuplet number.

Erik

> -David
>
> \paper{
>     linewidth = 7\cm
> }
>
> \score {
>
>     \context Staff \relative c {
>       \time 3/4
>       \clef F
>       \times 3/4 {c2-> bes->}
>     }
> }
>
>
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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