repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git]
/
input
/
regression
/
markup-music-glyph.ly
blob
f71688487f0ce97b7aa2647ff585c1c32e399da1
1
\version
"2.12.0"
2
3
#(
ly
:
set-option
'
warning-
as
-error
#
f
)
4
5
\header
{
6
texidoc
=
"Reset fontname for musicglyph.
7
For unknown glyphs, we print a warning."
8
9
}
10
11
{
12
c
'^
\markup
{
13
\override
#'(
font-name
.
"Sans"
) {
14
c
'
est un B
\flat \musicglyph
#
"UNKNOWN-GLYPH"
15
}
16
% to get \flat, do:
17
% \normal-text \flat
18
}
19
}