Re: Merge_rests_engraver broken?

2018-12-18 Thread Jay Anderson
On Mon, Dec 17, 2018 at 7:45 PM Brent Annable 
wrote:

> Is the Merge_rests_engraver broken? I just copied and pasted the example
> from the Lilypond manual into Frescobaldi (Lilypond version 2.19.65), and
> the rests did not merge like they do on the relevant page of the manual
> 
> :
>

What result are you seeing? Please describe the breakage you're seeing.
Also consider using a newer version of lilypond. 2.19.82 is the latest
version on the 2.19.x line.

-Jay
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: Merge_rests_engraver broken?

2018-12-17 Thread Mark Stephen Mrotek
Brent,

 

Copied, pasted, ran it. 

 

Mark

 

From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] 
On Behalf Of Brent Annable
Sent: Monday, December 17, 2018 6:39 PM
To: lilypond-user 
Subject: Merge_rests_engraver broken?

 

Hi all,

 

Is the Merge_rests_engraver broken? I just copied and pasted the example from 
the Lilypond manual into Frescobaldi (Lilypond version 2.19.65), and the rests 
did not merge like they do on the relevant page of the manual 

 :

 

voiceA = \relative { d''4 r d2 | R1 | }

voiceB = \relative { fis'4 r g2 | R1 | }

\score {

  <<

\new Staff \with {

  instrumentName = "unmerged"

}

<<

  \new Voice { \voiceOne \voiceA }

  \new Voice { \voiceTwo \voiceB }

>>

\new Staff \with {

  instrumentName = "merged"

  \consists "Merge_rests_engraver"

}

<<

  \new Voice { \voiceOne \voiceA }

  \new Voice { \voiceTwo \voiceB }

>>

  >>

}

 

Is there a workaround for this, or am I doing something wrong?

 

Brent.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user