2010/11/1 Michael Dykes <thedoctor81...@gmail.com>

> I have a score for some of my Liturgical Music I am working on, & need the
> bass to have a C (2nd space-bass clef) quarter note, *and *two eighth note
> C's (the first 2nd space, and the second, middle C) to show to options for
> the bass which then continues over the next few measures with octave bass
> lines. How do I achieve this? I looked in the manuals, but so far I have not
> found any references to this situation. Thanks.


Does this

\version "2.13.37"
  {
    \clef bass
    e << { \voiceTwo c, } \\ { \voiceOne c,8 c } >> \oneVoice f4
  }

produce the output you desire or do you need something more specific?

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

Reply via email to