lilypond-user
[Top][All Lists]
Advanced

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

Re: Getting rid of initial brace on piano score


From: David Nalesnik
Subject: Re: Getting rid of initial brace on piano score
Date: Thu, 3 Apr 2014 12:27:14 -0500

Hi again,


On Thu, Apr 3, 2014 at 12:11 PM, David Nalesnik <address@hidden> wrote:


(P.S. This should be a case where \alterBroken would work, though not without some ugliness.  The following _expression_ removes the stencil on the second line as expected, though the stencil is positioned further from the staff:

.\alterBroken stencil

  #`(#f ,(lambda (grob) (ly:system-start-delimiter::print grob)))

  Score.SystemStartBrace

 
Here's another way:

\score {

  \new PianoStaff

  <<

    \alterBroken #'transparent #'(#t) Score.SystemStartBrace

    \new Staff = "right" \right

    \new Staff = "left" { \clef bass \left }

  >>

}



--David



reply via email to

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