lilypond-user
[Top][All Lists]
Advanced

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

Beam issue


From: Rajesh Baskar
Subject: Beam issue
Date: Sat, 23 Sep 2023 11:32:02 -0700
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

Hi,

In a normal musical notation when you have a time signature of 3/4 and have a dotted note, eighth note, eighth note and an eighth note - that the first eighth note should have "no beam". This is how other software like MuseScore and Finale works. Why does Lilypond do this? I know there is a \noBeam markup but in my case this is be difficult to use as I'm dynamically generating the notation.

Any advise will be helpful. See the attached image for illustration.

Thanks,
Raj

\version "2.22.2" \language english \header { tagline = ##f }
\score {\new Staff
        {\set Staff.midiInstrument = #"acoustic grand" \key c \major \time 3/4 \clef bass e,4. d,8 c, e, \bar "||"} \layout { \context { \Score proportionalNotationDuration = #(ly:make-moment 1/2) } } \midi { \tempo 1 = 72}}


Attachment: Dotted Quarter Rhythm Examples.jpeg
Description: JPEG image


reply via email to

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