]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-exceptions.ly
(neumeDemoPaper): remove duplication from
[lilypond.git] / input / regression / chord-name-exceptions.ly
index 6bb65d5fe035cc8d931168f1bad397637752e8a6..d0d9ac6d39c833b076737df30ddb3b6229b7c3f9 100644 (file)
@@ -1,10 +1,10 @@
-\version "2.1.28"
+\version "2.3.4"
 \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
-       \\notes @{ <c f g bes>1\\markup @{ \\super \"7\" \"wahh\" @} @}
+       \ @{ <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
@@ -23,7 +23,7 @@ adds the new exceptions to the default ones, which are defined in
 
 
 % 7sus4 denoted with ^7 wahh
-chExceptionMusic = \notes {
+chExceptionMusic =  {
   <c f g bes>1-\markup { \super "7" "wahh" }}
 
 % add to existing exceptions.