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.8.8 (stable-branch).

Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.

Other languages: English.
Using automatic language selection.