lilypond-user
[Top][All Lists]
Advanced

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

Re: Simultaneous ottava and non-ottava voices


From: William Rehwinkel
Subject: Re: Simultaneous ottava and non-ottava voices
Date: Fri, 1 Jul 2022 02:49:39 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

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

william@williamrehwinkel.net
https://williamrehwinkel.net

reply via email to

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