lilypond-user
[Top][All Lists]
Advanced

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

Re: Non-relative voice begin


From: Jean Abou Samra
Subject: Re: Non-relative voice begin
Date: Sat, 17 Sep 2022 20:17:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1

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

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