lilypond-user
[Top][All Lists]
Advanced

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

Re: More on colliding tuplet brackets.


From: Markus Schneider
Subject: Re: More on colliding tuplet brackets.
Date: Sat, 12 Aug 2006 02:33:58 +0200

I browsed the news section of 2.9.x and it struck me like lightning!
This is _so_ easy now! See example.

Markus

%%% Begin Snippet
\version "2.9.14"

\score {
  <<
    \new Staff {

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

%%% End Snippet







reply via email to

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