lilypond-user
[Top][All Lists]
Advanced

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

Re: Rhythmic Staves


From: Rune Zedeler
Subject: Re: Rhythmic Staves
Date: Thu, 27 Jun 2002 17:03:01 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313

David Raleigh Arnold wrote:

There doesn't seem to be any straightforward way to get
barlines with a rhythmic staff unless there is another
staff grouped with it.

This has been fixed in 1.5, in 1.4 you have to insert

            \translator {
                \RhythmicStaffContext
                \consists "Clef_engraver"
                BarLine \override #'bar-size = #2
            }

into your paper block (clef engraver of course only if you are also annoyed with the missing clef). Replace 2 with other valuse to change the height of the bar lines.

-Rune




reply via email to

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