lilypond-user
[Top][All Lists]
Advanced

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

custom staff and barlines


From: Gerard McConnell
Subject: custom staff and barlines
Date: Wed, 6 Oct 2010 11:34:52 +0100

Hello,
How do I get barlines to appear in the following?

\version "2.12.0"
\layout {
    \context {
        \Score
    \remove "Bar_number_engraver"
    }
    \context {
        \Staff
    \remove "Clef_engraver"
    \override StaffSymbol #'line-count = #1
    }
}
\score {
    \new Staff
        \relative c' {
            \time 2/4
            b'4 b8 b | b4 b | b4 b8 b | b4 b \bar "||" 
        }
}

Thanks,
Gerard

reply via email to

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