Dear Ahanu,

There is an example ( https://lilypond.org/doc/v2.22/Documentation/notation/displaying-pitches#ottava-brackets ) in the documentation which covers this subject. Is there anything else about this that isn't working for you?

-William

-------

{
  \clef bass
  << { <g d'>1~ q2 <c' e'> }
  \\
    {
      r2.
      \set Staff.ottavation = #"8vb"
      \once \override Staff.OttavaBracket.direction = #DOWN
      \set Voice.middleCPosition = #(+ 6 7)
      <b,,, b,,>4 ~ |
      q2
      \unset Staff.ottavation
      \unset Voice.middleCPosition
      <c e>2
    }
  >>
}

On 6/30/22 19:24, Ahanu Banerjee wrote:
Hi,

Is it possible to have two voices in one measure, on one staff, with one voice as "Ottava 1" and the other as "Ottava 0"? (I realise this notation may seem unclear, but I have a specific use case.)

If I try the following, each ottava overrides the other:

\version "2.23.10"
\relative c' {
  << { \ottava 1 \repeat unfold 4 c'' } \\ { \ottava 0 \repeat unfold 4 d,, } >>
}

Thanks,
-Ahanu

--
William Rehwinkel

will...@williamrehwinkel.net
https://williamrehwinkel.net

Reply via email to