On Tue, 2014-05-06 at 15:49 +0200, Malte Meyn wrote: > Is this what you want? http://lsr.di.unimi.it/LSR/Item?id=837 > Malte
Yes, indeed, thank you very much - my searches didn't turn this up. I found the example difficult to understand until I twigged to the strategy being adopted: the idea is that each slash is treated as a note whose drawn representation is the slash with no stem or flag; these notes are placed in a separate voice. I've added this to Denemo now, a simple example of what it generates is as follows: MvmntIVoiceI = { <f' a'>4 f' <a' c''> } MvmntIVoiceII = { \override NoteHead.stencil = #(ly:make-stencil (list 'draw-line 0.15 -0.5 -0.4 2 0.4) '(-0.1 . 0.1) '(0.1 . 1)) \override Stem.stencil = ##f \override Flag.stencil = ##f g'4 \skip 4 b'4 } Here the notes g'4 and b'4 are the filling-in between the <f' a'> chord and the <a' c''> chords respectively. Thank you very much for the pointer. Richard > > (Sorry, Richard, I sent this only to you but not to the list) > > On 06.05.2014 15:34, Richard Shann wrote: > > I am typesetting some music that needs a slash between the notes of a > > chord, as in the attached image. > > Any suggestions how to achieve this? (I'm not sure what it is called, or > > quite what the execution is either, but that is another story...) > > > > Richard Shann > > > > > > > > > > _______________________________________________ > > lilypond-user mailing list > > lilypond-user@gnu.org > > https://lists.gnu.org/mailman/listinfo/lilypond-user > > > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user