]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-suggestions.ly
3beb51a0fd6f2f924941d7b15c5a7ef76186ae2d
[lilypond.git] / input / regression / accidental-suggestions.ly
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.16.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