lilypond-user
[Top][All Lists]
Advanced

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

removing the StaffSymbol lines (pentagram) and keeping the barlines


From: Fabio dos Santos
Subject: removing the StaffSymbol lines (pentagram) and keeping the barlines
Date: 08 Oct 2002 10:41:41 -0300

Hey guys,

I'm having trouble trying to remove the StaffSymbol Lines, and keeping
the barlines. . . Any ideas how I can do that?

here is a snippet of code:

++++++++++++++++++++

staffAlayerA =  \notes {
        \stemUp
        r16 b'8 b'16 | 
        b'8 b'16 b'16 ~  b'16 b'8 b'16 ~    | 
        b'8. b'16 ~  b'16 b'8 b'16   | 
        b'8 b'16 b'16 ~  b'16 b'8 b'16 ~    | 
        \bar "|.
        }

staffAglobal = \notes { \key c \major 
                        \time 2/4 
                        \clef "treble" 
                        \partial 4}

staffA = \context Staff = staffA <
             \staffAglobal 
             \staffAlayerA >

\score { < \staffA > 
    \paper { papersize = "a4" 
             linewidth = 260 
             orientation = landscape
             \translator { \StaffContext StaffSymbol 
                          \override #'line-count = #0 }
}}


++++++++++++++++++++





reply via email to

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