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
/
accidental-suggestions.ly
blob
3e0ae0c72eebcaf42b043f9740bbd86f21078a03
1
2
\header
{
3
4
texidoc
=
"setting the @code{suggestAccidentals} will print
5
accidentals vertically relative to the note. This is useful for
6
denoting Musica Ficta."
7
8
}
9
10
\version
"2.12.0"
11
\paper
{
12
ragged-right
= ##
t
13
}
14
15
\relative
c
'' {
16
\time
2
/
4
17
\set
suggestAccidentals
= ##
t
18
cis
^>
gis
'
-|
19
\override
AccidentalSuggestion
#'
parenthesized
= ##
t
20
cis
,_
"paren"
gis
'
21
22
}
23
24