]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-chord-separator.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / lsr / changing-chord-separator.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.50"
4
5 \header {
6   lsrtags = "chords"
7
8   texidoc = "
9 The separator between different parts of a chord name can be set to any
10 markup.
11
12 "
13   doctitle = "Changing chord separator"
14 } % begin verbatim
15 \chords {
16   c:7sus4
17   \set chordNameSeparator
18     = \markup { \typewriter | }
19   c:7sus4
20 }