Jump to content

Adding fingerings to chords: Difference between revisions

From LilyPond wiki
m New category
Tags: Mobile edit Mobile web edit
mNo edit summary
 
Line 1: Line 1:
Fingerings for chords can be obtained by adding them to individual pitches.
Fingerings for chords can be obtained by adding them to individual pitches.


<lilypond version="2.24" full>
<lilypond version="2.24">
%% http://lsr.di.unimi.it/LSR/Item?id=416
 
\paper { tagline = ##f }
 
\relative c'{
\relative c'{
   < c-1 e-2 g-3 b-5 >2
   < c-1 e-2 g-3 b-5 >2

Latest revision as of 17:01, 25 July 2026

Fingerings for chords can be obtained by adding them to individual pitches.

\version "2.24"

\relative c'{
  < c-1 e-2 g-3 b-5 >2
  < d-1 f-2 a-3 c-5 >
}