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





_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to