repeats around chords
This commit is contained in:
parent
c26fddd963
commit
15f37accaa
@ -8,6 +8,16 @@ klamm = #(define-music-function (parser location chords) (ly:music?)
|
|||||||
\set chordNameFunction = #ignatzek-chord-names
|
\set chordNameFunction = #ignatzek-chord-names
|
||||||
#})
|
#})
|
||||||
|
|
||||||
|
repeats-around-chords =
|
||||||
|
#(define-music-function (parser location chords) (ly:music?)
|
||||||
|
#{
|
||||||
|
\once \set noChordSymbol = \markup { \normal-text \repStart }
|
||||||
|
r4
|
||||||
|
$chords
|
||||||
|
\once \set noChordSymbol = \markup { \normal-text \repStop }
|
||||||
|
r4
|
||||||
|
#})
|
||||||
|
|
||||||
bchord =
|
bchord =
|
||||||
#(define-music-function (parser location chords) (ly:music?)
|
#(define-music-function (parser location chords) (ly:music?)
|
||||||
#{
|
#{
|
||||||
|
Loading…
Reference in New Issue
Block a user