]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-forced-tie.ly
78bc724e50d088fb408358ad7552c8cf46f5ab0c
[lilypond.git] / input / regression / accidental-forced-tie.ly
1 \version "2.12.0"
2
3 \header {
4   texidoc = "Accidentals can be forced with ! and ? even if the notes are tied."
5 }
6
7 \layout {
8   ragged-right = ##t
9 }
10
11 \relative c'' {
12   gis4 ~ gis!~ gis?
13 }