repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
accidental-suggestions.ly
blob
06abaedb661f8d7bf49d4c85ad1183553d3a52f8
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.11.5"
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