lilypond-user
[Top][All Lists]
Advanced

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

Beat markers in the chords section


From: Mike Dean
Subject: Beat markers in the chords section
Date: Wed, 18 Jan 2023 20:31:20 -0700

Hi group:
I'm wondering if there is a way to put beat markers in the chords section as in the following:
image.png
The snippet follows:


harmonies =  \chordmode { d4:m | d2.:m | d:m | c2. | c | c |
            c | d:m | d2:m c4 | d2.:m | d:m | d:m | d:m
            d:m | d:m | c | c | c | c |
            d:m | d:m | d:m d:m d:m \bar ":|." }

melody = \relative c' {
  \key d \minor
  \time 3/4
  \partial 4
  d4 d a' a a2 a8 a g4 g e  c2. R2.  
  r4 r8 g' g g a4 a a a f g a8 d~ d2 R2. R r4 r f8 f
  d4 d a a8 a4. a4 g c, c8 c c4c2 R2. r4 r c8 c
  d4 f a g e c d d2~ d2.~ d4 r \bar ":|."        
}
\score {
<<
\new ChordNames {
\set chordChanges = ##t
\harmonies
}
\new Voice = "one" { \melody }
>>
}


Mike Dean

reply via email to

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