lilypond-user
[Top][All Lists]
Advanced

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

Re: dissonant chords


From: Jonathan Kulp
Subject: Re: dissonant chords
Date: Thu, 27 Nov 2008 11:39:38 -0600
User-agent: Thunderbird 2.0.0.18 (X11/20081125)

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
Description: PNG image


reply via email to

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