On Nov 5, 2005, at 6:32, Ishizaki wrote:

How about this ?
Maybe works for v2.6 series.


a little complicated to my eye, but works quite nicely, thank you, ありがとございました!!

Is 2.7 still an 'unstable' realease? Any idea when it will be stable? Or, should I just use it now anyway?

Thanks,

Markian


\version "2.7.12"

\relative c
\new Staff {
  \clef bass
  { c4 c c c f f e2
   d4 d c c b g << c2 \\ 
           \tiny 
           \once \override Stem #'transparent = ##t
           c,>> 
    g'4 e << {
      \override Stem #'transparent = ##t
      \override NoteHead #'extra-offset = #'(-0.3 . 0.0)
      c' b 
    } \\ { 
      \tiny
      \revert NoteHead #'extra-offset 
      \revert Stem #'transparent
      \override Stem #'lengths = #'(7.0  4.5)
      \stemUp
      c, b 
    } >>
  }
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to