lilypond-user
[Top][All Lists]
Advanced

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

Re: Using lilipond for uncommon musical notation


From: Thomas Morley
Subject: Re: Using lilipond for uncommon musical notation
Date: Tue, 20 Dec 2011 01:35:03 +0100

Hi,

2011/12/19 Thomas Baruchel <address@hidden>:
>
> However, though I figured out how to remove the start bar by using:
>  \remove "System_start_delimiter_engraver"
> I still have the SystemStartBrace. Is there an easy way of removing it?

try:

\version "2.14.2"

\score {

        \new PianoStaff <<
        \new Staff { c'' }
        \new Staff { c' }
        >>
        \layout {
                \context {
                        \PianoStaff
                        \remove "System_start_delimiter_engraver"
                }
                \context {
                        \Score
                        \remove "System_start_delimiter_engraver"
                }
        }
}

HTH,
  Harm

P.S. Please post every time a short example showing the problem and
the used version.



reply via email to

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