Brent,

 

Copied, pasted, ran it. 

 

Mark

 

From: lilypond-user [mailto:[email protected]] 
On Behalf Of Brent Annable
Sent: Monday, December 17, 2018 6:39 PM
To: lilypond-user <[email protected]>
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 
<http://lilypond.org/doc/v2.19/Documentation/notation/multiple-voices#merging-rests>
 :

 

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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to