Hi,

Here's another thing relating to tuplet brackets. Can someone please
help on how to uncollide these brackets of the nested tuplets. I've run
out of options, though I might be overlooking something...

Thanks!

/henrik

\version "2.9.14"

\score { 
  <<
  \new Staff {

    \relative c'' {
      \voiceOne
      <<
        {
          \times 4/5 {
            \times 2/3 {
              c8 c c
            }
            c4 c c c
          }
        }
        \new Voice="nather" {
          \voiceTwo
          a4 a a a
        }
      >>
    }
  }
>>
}


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to