lilypond-user
[Top][All Lists]
Advanced

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

More on colliding tuplet brackets.


From: Henrik Frisk
Subject: More on colliding tuplet brackets.
Date: Fri, 11 Aug 2006 14:23:15 +0200

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
        }
      >>
    }
  }
>>
}




reply via email to

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