]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-exceptions.ly
Doc-es: various updates.
[lilypond.git] / input / regression / chord-name-exceptions.ly
index d08bb1d721d8368c37dad275743c686118eed4ab..814deaaa5d8697e223fa92e117449074c6dff11c 100644 (file)
@@ -1,25 +1,10 @@
-\version "2.3.17"
-\header { texidoc = "The property @code{chordNameExceptions} can used
-    to store a list of special notations for specific chords.
-
-Putting the exceptions list encoded as
-@example
-       \ @{ <c f g bes>1\\markup @{ \\super \"7\" \"wahh\" @} @}
-@end example
-into @code{chordNameExceptions} takes a little manoeuvring. The
-following code transforms @code{chExceptionMusic} (which is a
-sequential music) into a list of exceptions.
-@example
-       (sequential-music-to-chord-exceptions chExceptionMusic \#t)
-@end example
-Then,
-@example
-       (append
-         ... ignatzekExceptions)
-@end example
-adds the new exceptions to the default ones, which are defined in
-@file{ly/chord-modifier-init.ly}.
-" }
+\version "2.16.0"
+\header {
+
+    texidoc = "The property @code{chordNameExceptions} can used
+    to store a list of special notations for specific chords."
+
+}
 
 
                                % 7sus4 denoted with ^7 wahh
@@ -37,6 +22,8 @@ theMusic = \chordmode {
     c:7sus4 c:dim7/+f
 }
 
+\layout { ragged-right = ##t }
+
 << \context ChordNames \theMusic
    \context Voice \theMusic
 >>