lilypond-user
[Top][All Lists]
Advanced

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

Re: custom staff and barlines


From: Dmytro O. Redchuk
Subject: Re: custom staff and barlines
Date: Wed, 6 Oct 2010 13:49:32 +0300
User-agent: Mutt/1.5.20 (2009-06-14)

On Wed 06 Oct 2010, 11:34 Gerard McConnell wrote:
> Hello,
Hi!

> How do I get barlines to appear in the following?
It seems that \new RhythmicStaff can fit your needs, can't it?

See NR 1.6.1, "Displaying staves". If it can fit .)

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

-- 
  Dmytro O. Redchuk
  Bug Squad

  Be careful! These are some commonly used abbreviations:
   • LM -- Learning Manual
   • NR -- Notation Reference
   • IR -- Internal Reference

  Look at LilyPond’s documentation to find more.



reply via email to

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