lilypond-user
[Top][All Lists]
Advanced

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

Re: guitar cluster


From: luis jure
Subject: Re: guitar cluster
Date: Fri, 24 Aug 2012 22:28:38 -0300

thanks to all who responded! i've been experimenting a bit with all the
suggestions, and i came up with this myself, although i'm not quite
convinced yet...


\new Staff \with {
    \consists "Horizontal_bracket_engraver"
    \override HorizontalBracket #'bracket-flare = #'(0.0 . 0.0)
    \override HorizontalBracket #'Y-offset = #-0.7
    \override Stem #'length = #7 
  }
  \relative c'' { 
<< { e4\startGroup }
   \\
   { \once \override NoteHead #'X-offset = #-1.35
     \once \override Stem #'stencil = ##f
     dis }
   \\
   { \once \override NoteHead #'X-offset = #-0.1 
     \once \override Stem #'stencil = ##f
     e \stopGroup }
>> 
  }

Attachment: cluster.png
Description: PNG image


reply via email to

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