Next: , Previous: Special noteheads, Up: Contemporary notation


8.4.6 Feathered beams

Feathered beams are not supported natively, but they can be faked by forcing two beams to overlap. Here is an example,

     \new Staff <<
       \new Voice
       {
         \stemUp
         \once \override Voice.Beam #'positions = #'(0 . 0.5)
         c8[ c c c c ]
       }
       \new Voice {
         \stemUp
         \once \override Voice.Beam #'positions = #'(0 . -0.5)
         c[ c c c c]
       }
     >>

[image of music]

This page is for LilyPond-2.6.3 (stable-branch).

Report errors to <bug-lilypond@gnu.org>.

Other languages: English.
Using automatic language selection.