Mats Bengtsson wrote:
See http://lsr.dsi.unimi.it/LSR/Item?id=505 for a solution.

  /Mats


Thanks for this direction, Mats. I tweaked it a bit to look more like the ones Samuel Barber uses but haven't had time to figure out how to make the split stem converge on a single stem that is then able to attach to other notes with beams. Here's the code and an image is attached.

Jon
--
Jonathan Kulp
http://www.jonathankulp.com

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

fixB = {
  \once \override NoteHead #'extra-offset = #'(0.5 . 0)
  \once \override Stem #'rotation = #'(25 0 0)
  \once \override Stem #'extra-offset = #'(-0.2 . -0.2)
  \once \override Stem #'flag-style = #'no-flag
  \once \override Accidental #'extra-offset = #'(2.2 . 0)
}

fixC = {
  \once \override NoteHead #'extra-offset = #'(-0.5 . 0)
  \once \override Stem #'rotation = #'(-25 0 0)
  \once \override Stem #'extra-offset = #'(-0.2 . -0.2)
  \once \override Stem #'flag-style = #'no-flag
  \once \override Accidental #'extra-offset = #'(0.2 . 0)
}


\relative c' {
  << { \fixC d!8 } \\ { \voiceThree \fixB dis } >> s
}

<<attachment: split-stem.png>>

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

Reply via email to