]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-forced-tie-barline.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / accidental-forced-tie-barline.ly
1 \version "2.12.0"
2
3 \header {
4   texidoc = "Cautionary accidentals applied to tied notes after a
5 bar line are valid for the whole measure."
6 }
7
8 notes = \relative c' {
9   fis1 ~
10   fis!2 fis ~
11   fis?2 fis
12 }
13
14 <<
15   \new NoteNames \notes
16   \new Staff \notes
17 >>