Knute Snortum <ksnor...@gmail.com> writes:

> I have a situation I don't know how to deal with in LilyPond. I have
> bass clef and treble clef notes on the same staff. I guess one way to
> do it is to create a markup and a small bass clef sign and put it next
> to the treble clef (and incorrect) gf which looks like a tied bf from
> the bass clef in the first measure. I could make a temporary
> ossia-type staff to hold the bf pedal tone.
>
> Any other thoughts? 

\new Staff \with { \accepts "Staff" }
{
  \partial 2
  \clef bass
  <<
    \new Voice
    { \voiceOne r8 \clef treble <as c' e' as'> <bes d' fis' bes'>
      <c' e' as' c''>~ q4 }
    \new Staff \with { createSpacing = ##f }
    { \voiceTwo bes,,2~
      \once\override Staff.CueClef.Y-offset = #-4 \cueClef bass
      bes,,2 }
  >>
}

-- 
David Kastrup


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

Reply via email to