bug-lilypond
[Top][All Lists]
Advanced

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

Re: Wrong bar line placement


From: David Bobroff
Subject: Re: Wrong bar line placement
Date: Sun, 20 Sep 2009 22:04:20 +0000
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Not sure why you coded \times 8/3 for the triplet. You seem to have gotten the others right. Change it to...

\times 2/3 { g8 a''4 ~ }


...and I think that will do what you want. You want a regular eighth-note triplet, correct?

-David

Edward Caine wrote:
Hello there,

with the following code the quaver triplet defined by "\times 8/3 { g8 a''4 ~ }" seems to take up the whole bar of 4/4. I may be doing some thing wrong though - I am a new user. Here is the code:

\version "2.13.3"
\header {
  title = "Madrigale III"
  composer = "Edward Caine"
  subtitle = "for solo 'cello"
}

\relative c
{
        \clef bass
\override Staff.TimeSignature #'style = #'()
     \time 4/4
        
        
r4 d2.\pp ~ \times 4/5 { d4 g,1 }
        \times 8/3 { g8 a''4 ~ } a2. ~
        \times 8/5 { a4 bes,4. ~ } << bes2 cis, ~ >>
        << { \times 4/6 { cis4 g'' ~ g1 ~ } g1 r2. a,4 ~ a1 ~ a1 ~ a4} \\
        { \times 4/5 { r2. gis2 ~ } gis1  ~ gis1 ~ s4 ~ a2. ~ a4} >>
        
        
}


Many thanks
Edd Caine





_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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