]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/showing-chords-at-changes.ly
Merge branch 'master' of /home/lilydev/git/lily/
[lilypond.git] / input / lsr / showing-chords-at-changes.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.49"
4
5 \header {
6   lsrtags = "chords"
7
8   texidoc = "
9 Chord names can be displayed only at the start of lines and when the
10 chord changes.
11
12 "
13   doctitle = "Showing chords at changes"
14 } % begin verbatim
15 harmonies = \chordmode {
16   c1:m c:m \break c:m c:m d
17 }
18 <<
19   \new ChordNames {
20     \set chordChanges = ##t
21     \harmonies
22   }
23   \new Staff {
24     \relative c' { \harmonies }
25   }
26 >>