lilypond-user
[Top][All Lists]
Advanced

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

Fw: three polyphonic voices on three systems and (at the same time) on P


From: Alex Rolex
Subject: Fw: three polyphonic voices on three systems and (at the same time) on PianoStaff
Date: Mon, 22 Oct 2007 13:00:21 -0700 (PDT)

Which is the most convenient (possilby automatic) way to change the beaming
of triplets in a allabreve-piece without changing the beaming
of "normal" eighth notes (quavers)? 



See the example (or if more convenient, the attachment):



%%% BEGIN  Triplet-Beaming EXAMPLE

\version "2.10.33"

\paper{ ragged-right=##t }

\score {
  {
    \time 2/2 
    \relative c' {
      c4  d8 e f g a b |
      c8 d16 c \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 { 
b8 c a  g a f  e f d } |
      c1
    }
  }
}

\markup {
  The result is as expected. 
}

\markup {
 But I would prefer the following default beaming,
}

\markup {
  without being forced to manually enforce it, even in Alla Breve:
}


\score {
  {
    \time 2/2 
    \relative c' {
      c4  d8 e f g a b |
      c8 d16 c \set tupletSpannerDuration = #(ly:make-moment 1 4) \times 2/3 { 
b8[ c a]  g[ a f]  e[ f d] } |
      c1
    }
  }
}

\markup {
 By the way: Why do the brackets disappear? Is this behaviour intented?
}


%%% END Triplet-Beaming EXAMPLE







__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Attachment: TripletBeaming.ly
Description: Text Data


reply via email to

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