lilypond-user
[Top][All Lists]
Advanced

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

Ddoubled parentheses


From: Mogens Lemvig Hansen
Subject: Ddoubled parentheses
Date: Mon, 2 Dec 2019 21:04:07 -0800

Hi,

 

The NullVoice in the example below generates its own set of parentheses so that I get two pairs – see attached.

Same problem with \new NullVoice \with { \remove "Parenthesis_engraver" }{ \music }

Same problem in \version "2.19.82"

 

 

\version "2.18.2"

 

music = \relative {

  c' e \parenthesize g c

}

 

\score {

  \new Staff <<

    \new Voice { \music }

    \new NullVoice { \music }

  >>

}

 

 

Suggestions for removing the extra pair – other than by removing the NullVoice altogether?

 

Regards,

Mogens

 

 

Attachment: Pparentheses.png
Description: PNG image


reply via email to

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