]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-forced-tie.ly
(Two-pass vertical spacing): add documentation for two-pass spacing
[lilypond.git] / input / regression / accidental-forced-tie.ly
1 \version "2.9.18"
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 {
12   gis'4 ~ gis!~ gis?
13   }