lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 96, Issue 68


From: Carl Sorensen
Subject: Re: lilypond-user Digest, Vol 96, Issue 68
Date: Fri, 19 Nov 2010 07:47:43 -0700



On 11/19/10 5:16 AM, "address@hidden"
<address@hidden> wrote:

> PartPTwoTwoVoiceOne =  \relative fis'' {
>         \clef "treble"
>         \key d \major
>         \time 3/4
>         e8 ( d8 ) cis8\> ( b8 ) a8. ( g16\! ) % <-correct beaming
>         fis8 ( e8 ) a8 ( a8 ) b8\> ( ais8\! ) % <-incorrect beaming
> }
> 
> \score { \PartPTwoTwoVoiceOne }
> 

Simply add

\set beamExceptions = #'()

after the \time 3/4 line:

sorensen2:lilypond Carl$ more arnotest.ly
PartPTwoTwoVoiceOne =  \relative fis'' {
        \clef "treble"
        \key d \major
        \time 3/4
        \set beamExceptions = #'()
        e8 ( d8 ) cis8\> ( b8 ) a8. ( g16\! ) % <-correct beaming
        fis8 ( e8 ) a8 ( a8 ) b8\> ( ais8\! ) % <-incorrect beaming
}


HTH,

Carl





reply via email to

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