lilypond-user
[Top][All Lists]
Advanced

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

breaking up joined triplets


From: Hugh Myers
Subject: breaking up joined triplets
Date: Sat, 28 Nov 2009 18:00:16 -0700

In the following:

\version "2.13.7"
upper = {
  \stemDown
  \times 2/3 { e,8 e' b } \times 2/3 {gis8 e' b } \times 2/3 { b e b }
  \times 2/3 { e,8 e' b } \times 2/3 {gis8 e' b } \times 2/3 { b e b }
}

lower = {
  s2.
  s2.
}

{
  \time 3/4
  <<
  \new Staff \relative c'' {
    <<
      \new Voice = "1" { \voiceOne \upper }
      \new Voice = "2" { \voiceTwo \lower }
    >>
  }
  \new TabStaff \relative c' {
    <<
      \new TabVoice = "t1" { \voiceOne \upper }
      \new TabVoice = "t2" { \voiceTwo \lower }
    >>
  }
  >>
}

the triplets are connected by a bar--- how do I prevent this?

--hsm




reply via email to

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