]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-forced-tie.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / accidental-forced-tie.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Accidentals can be forced with ! and ? even if the
5 notes are tied.  Cautionary accidentals applied to tied notes
6 after a bar line are valid for the whole measure.
7 "
8 }
9
10 \layout {
11   ragged-right = ##t
12 }
13
14 \relative {
15   gis'4 ~ gis!~ gis? r4
16   fis1 ~
17   fis!2 fis ~
18   fis?2 fis
19 }
20