Le 17/09/2022 à 19:58, Alberto Simões a écrit :
Thank you, Martín!



Martín's solution works fine; however, it might be inconvenient if
you have a polyphonic passage for just one fragment inside a big
monodic music expression. In that case, use the dedicated
\resetRelativeOctave command:

\version "2.22.2"

\relative \new Staff <<
  { c''''' }
  \new Voice {
    \voiceTwo
    \resetRelativeOctave c'
    c
  }
>>

It's mentioned here:

https://lilypond.org/doc/v2.22/Documentation/notation/writing-pitches#relative-octave-entry


Best,
Jean



Reply via email to