lilypond-user
[Top][All Lists]
Advanced

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

Re: Change stem direction for voice?


From: Timothy Lanfear
Subject: Re: Change stem direction for voice?
Date: Sun, 25 Aug 2024 10:47:58 +0100
User-agent: Mozilla Thunderbird

On 25/08/2024 08:55, Stefano Antonelli wrote:
Hello List,

Is it possible to change the stem direction for an entire voice from a
context?  Something like this doesn't work:

Does this example not work as you expected?

\version "2.24.0"

\layout {
  \context Voice = "voiceTwo" {
    \override Stem.direction = #UP
    \override Slur.direction = #DOWN
    \override Beam.positions = #'(5 . 5)
  }
}

\new Voice = "voiceTwo" {
  g'4 a' b'( c'') d''8 e'' f'' g'' r2
}


-- 
Timothy Lanfear, Bristol, UK.

reply via email to

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