lilypond-user
[Top][All Lists]
Advanced

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

duplet in 3


From: David Bobroff
Subject: duplet in 3
Date: 19 Sep 2004 20:24:17 +0000

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'.

-David

\paper{
    linewidth = 7\cm
}

\score { 
    
    \context Staff \relative c {
        \time 3/4
        \clef F
        \times 3/4 {c2-> bes->}
    }
}





reply via email to

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