bug-lilypond
[Top][All Lists]
Advanced

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

Re: Partcombine bug


From: ian_hulin
Subject: Re: Partcombine bug
Date: Tue, 19 Jun 2012 06:19:15 -0700 (PDT)

Hi Rutger,
This isn't a critical regression, there are some new \partcombine*
commands Reinhold supplied for getting round these restrictions using
\partcombine.

Your code should have given you a warning of this sort:

/home/ian/Dropbox/MusicScoresDevelopment/Testpartcombine.ly:26:10:
warning: already have slur
        e2
          ( fis4) r |

Here's a workround using some of the new functions:

\version "2.15.30" % Tested using 2.15.37

obI = {
    \key d \major
    \relative c'' {
        g4( fis g fis) |
        \partcombineApart
        fis2( e4)
        \partcombineAutomatic
          r |
        R1 |
        % e1\p |
        % f1 |
        e2( fis4) r |
    }
}

obII = {
    \key d \major
    \relative c' {
        e4( d e d) |
        d2( e4) r |
        R1 |
        % e1\p |
        % f1 |
        e2( fis4) r |
    }
}

\score {
    \new Staff <<
        \partcombine
            \obI
            \obII
    >>
}

http://old.nabble.com/file/p34036336/Testpartcombine.png 

Rutger Hofman-2 wrote:
> 
> Hello list,
> 
> I meet a buglet in partcombine: a slur is drawn across a rest when it 
> shouldn't. This happens with 2.15.40 on ubuntu-64bit. The bug doesn't 
> occur with 2.14.
> 
> I attach a hopefully minimal example.
> 
> Rutger
> 
> \version "2.15.40"
> 
> obI = {
>     \key d \major
>     \relative c'' {
>       g4( fis g fis) |
>       fis2( e4) r |
>       R1 |
>       % e1\p |
>       % f1 |
>       e2( fis4) r |
>     }
> }
> 
> obII = {
>     \key d \major
>     \relative c' {
>       e4( d e d) |
>       d2( e4) r |
>       R1 |
>       % e1\p |
>       % f1 |
>       e2( fis4) r |
>     }
> }
> 
> \score {
>     \new Staff <<
>       \partcombine
>           \obI
>           \obII
>     >>
> }
> 
>  
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Partcombine-bug-tp34035930p34036336.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.




reply via email to

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