]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-clef-change.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / accidental-clef-change.ly
1 \header {
2   texidoc = "Accidentals are invalidated at clef changes."
3 }
4
5 \layout {
6   ragged-right = ##t
7 }
8
9
10 \version "2.16.0"
11 \new Staff \relative c' {
12     \key g\major
13     \clef treble
14     cis dis f
15     \clef bass
16     <c dis fis>
17 }
18