1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
9 %% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
11 Se puede usar la propiedad @code{chordNameExceptions} para
12 almacenar una lista de notaciones espaciales para acordes
16 doctitlees
= "Excepciones para los nombres de acorde"
18 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
20 Die Eigenschaft @code{chordNameExceptions} kann benutzt werden, um eine
21 Liste an besonderen Notationen für bestimmte Akkorde zu speichern.
24 doctitlede
= "Akkordsymbolausnahmen"
27 The property @code{chordNameExceptions} can be used to store a list of
28 special notations for specific chords.
31 doctitle
= "Chord name exceptions"
34 % modify maj9 and 6(add9)
35 % Exception music is chords with markups
37 <c e g b d'>1-
\markup { \super "maj9" }
38 <c e g a d'>1-
\markup { \super "6(add9)" }
41 % Convert music to list and prepend to existing exceptions.
42 chExceptions
= #( append
43 ( sequential-music-to-chord-exceptions chExceptionMusic
#t
)
46 theMusic
= \chordmode {
48 \set chordNameExceptions
= #chExceptions
56 << \context ChordNames
\theMusic
57 \context Voice
\theMusic