lilypond-user
[Top][All Lists]
Advanced

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

Re: Non-relative voice begin


From: Alberto Simões
Subject: Re: Non-relative voice begin
Date: Sat, 17 Sep 2022 19:46:13 +0100

Thanks Jean, also useful :-)

On Sat, Sep 17, 2022 at 7:17 PM Jean Abou Samra <jean@abou-samra.fr> wrote:
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]