bug-lilypond
[Top][All Lists]
Advanced

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

Wrong bar line placement


From: Edward Caine
Subject: Wrong bar line placement
Date: Sun, 20 Sep 2009 21:02:13 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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







reply via email to

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