I'm trying to fix
Documentation/snippets/new/customizing-the-no-chord-symbol
in order to get it right, but running from top-dir :
$ scripts/auxiliar/makelsr.py
Traceback (most recent call last):
File "/home/jcharles/GIT/Lily/scripts/auxiliar/makelsr.py", line 21,
in <module>
import langdefs
ModuleNotFoundError: No module named 'langdefs'
$
Manually changing the header in snippets/ as well (and adding the
"%begin verbatim" gives the expected resul in NR-2.7.2.
\version "2.23.10"
\header {
lsrtags = "chords"
texidoc = "
By default, rests in a @code{ChordNames} context cause the @qq{N.C.}
symbol to be printed. This markup can be customized.
"
doctitle = "Customizing the no-chord symbol"
}
<<
\chords {
R1
\set noChordSymbol = "—"
R1
\set noChordSymbol = \markup \italic "Ssh!"
R1
}
{
R1*3
}
>>
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond