]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-clef-change.ly
* input/regression/accidental-clef-change.ly: new file.
[lilypond.git] / input / regression / accidental-clef-change.ly
1 \header {
2   texidoc = "Accidentals are reset for clef changes."
3 }
4
5 \version "2.7.18"
6 \new Staff \relative c' {
7     \clef treble
8     cis dis fis
9     \clef bass
10     <cis dis fis gis>
11 }
12
13 \layout {raggedright = ##t}