lilypond-user
[Top][All Lists]
Advanced

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

Re: Bass and Treble Clef notes on the same clef


From: David Kastrup
Subject: Re: Bass and Treble Clef notes on the same clef
Date: Fri, 17 Oct 2014 00:58:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Knute Snortum <address@hidden> 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




reply via email to

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