]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/chords/inserting-a--markup-when-using-chordmode.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / lsr / chords / inserting-a--markup-when-using-chordmode.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.11.23"
3
4 \header { texidoc = "
5 A way to insert a \markup @{ . . . @}string in \chords @{ . . . @}. 
6 " }
7
8 % Note what happens if \hspace #-2 is deleted or set to +n.
9 % If "tacet" instead of "Tacet" a little bit of "C" peeks around the \whiteout.
10 CMString  = { <c e g>-\markup { \whiteout { \hspace #-2 "Tacet" } } }
11 CMStringX = #(append (sequential-music-to-chord-exceptions CMString #t)
12            ignatzekExceptions)
13 << { \chords { c1
14    \set   chordNameExceptions = #CMStringX c
15    \unset chordNameExceptions c }
16  } { \relative c'' { c c c } } >>
17
18
19