]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-forced-tie.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / accidental-forced-tie.ly
1 \version "2.14.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 }