lilypond-user
[Top][All Lists]
Advanced

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

Avoid double beaming


From: Jogchum Reitsma
Subject: Avoid double beaming
Date: Mon, 20 Feb 2023 10:43:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2

Hi,

In below snippet, lilypond renders two beams for the two voices, and, because I want the stems to have the same direction,
the result for the 8th-notes is that they seem to be 16th notes.

Is there a way to avoid this, and to join the two beams to one?

Thanks in advance!,

regards, Jogchum

\version "2.24.0"

global = {
  \key c \major
  \time 3/4
}

sopranoVoice = \relative c'' {
  \global
  \dynamicUp
<<
    \new Voice { << { \voiceOne
                      r8 a^\p a4. g8 \time 2/4
                      f g a a


                    }
                    \new Voice { \voiceTwo
                                 \stemUp
                                 r8 f f4.(e8)
                                 d e f f
                    }
                 >>
                 \oneVoice
    }
>>
}

\score {
  \new Staff \with {
    instrumentName = "Sopraan"
    shortInstrumentName = "S."
  } { \sopranoVoice }
  \layout { }
  }

Attachment: Screenshot_20230220_103905.png
Description: PNG image


reply via email to

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