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 }
}}


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



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to