]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-suggestions.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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.19.21"
11 \paper {
12   ragged-right = ##t
13 }
14
15 \relative {
16   \time 2/4 
17   \set suggestAccidentals = ##t 
18   cis''^> gis'-!
19   \override AccidentalSuggestion.parenthesized = ##t
20   cis,_"paren" gis'
21
22 }
23   
24