]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/chords/chord-name-exceptions.ly
LSR: add new files.
[lilypond.git] / input / lsr / chords / chord-name-exceptions.ly
index b8f25b877910ba44c51543431fe71cfb0309cee4..8ca99fa48faf37f769463d786b85fbdf659a0d46 100644 (file)
@@ -1,25 +1,30 @@
-\version "2.10.12"
+%%  Do not edit this file; it is auto-generated from LSR!
+\version "2.11.23"
 
 \header { texidoc = "
-The property @{chordNameExceptions@} can used to store a list of special notations for specific chords.
+The property @code{chordNameExceptions} can used to store a list of
+special notations for specific chords. 
 " }
 
 % 7sus4 denoted with ^7 wahh
-chExceptionMusic =  {
-    <c f g bes>1-\markup { \super "7" "wahh" }}
+chExceptionMusic = {
+  <c f g bes>1-\markup { \super "7" "wahh" }
+}
 
-                               % add to existing exceptions.
+% add to existing exceptions.
 chExceptions = #(append
-                (sequential-music-to-chord-exceptions chExceptionMusic #t)
-                ignatzekExceptions)
+  (sequential-music-to-chord-exceptions chExceptionMusic #t)
+  ignatzekExceptions)
 
 theMusic = \chordmode {
-    c:7sus4 c:dim7/+f
-    \set chordNameExceptions = #chExceptions
-    c:7sus4 c:dim7/+f
+  c:7sus4 c:dim7/+f
+  \set chordNameExceptions = #chExceptions
+  c:7sus4 c:dim7/+f
 }
 
-\layout { ragged-right = ##t }
+\layout {
+  ragged-right = ##t 
+}
 
 << \context ChordNames \theMusic
    \context Voice \theMusic