Showing chords at changes: Difference between revisions

m New category
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
By default, every chord entered is printed; this behavior can be modified so that chord names are printed only at the start of lines and when the chord changes.
By default, every chord entered is printed.  This behavior can be modified so that chord names are printed only at the start of lines or when the chord changes.


<lilypond version="2.24">
<lilypond version="2.24">
harmonies = \chordmode {
harmonies = \chordmode {
   c1:m c:m \break c:m c:m d
   c'1:m c:m \break
  c'1:m c:m d
}
}


Line 12: Line 13:
   }
   }
   \new Staff {
   \new Staff {
     \relative c' { \harmonies }
     \harmonies
   }
   }
>>
>>