lilypond-devel
[Top][All Lists]
Advanced

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

Re: Automatic beaming in melismas


From: Jean-Charles Malahieude
Subject: Re: Automatic beaming in melismas
Date: Thu, 22 Mar 2012 20:20:08 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.1) Gecko/20120209 Thunderbird/10.0.1

Le 22/03/2012 20:08, David Kastrup disait :
Jean-Charles Malahieude<address@hidden>  writes:

The main problem in this case, in my opinion, is that you can't even
build a shortcut for combining melisma and autobeaming, since beaming
is *prefix* and melisma *postfix*.

Beaming is prefix?


just tried :

mbY = { \autoBeamOn \melisma } % melisma & beaming = Yes
mbN = { \melismaEnd \autoBeamOff } % melisma & beaming = No

\score {
    \new Staff <<
  \set Staff.autoBeaming = ##f
  \new Voice = "melody" \relative c' {
    \time 3/4
    f4 g8 \mbY f e f\mbN
    \autoBeamOn e8( d \autoBeamOff e2)
  }
  \new Lyrics \lyricsto "melody" {
    One -- two -- three __ }
 >>
}



reply via email to

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