]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-clef-change.ly
Merge branch 'stable'
[lilypond.git] / input / regression / accidental-clef-change.ly
1 \header {
2   texidoc = "Accidentals are reset for clef changes."
3 }
4
5 \layout {
6   ragged-right = ##t
7 }
8
9
10 \version "2.12.0"
11 \new Staff \relative c' {
12     \clef treble
13     cis dis fis
14     \clef bass
15     <cis dis fis gis>
16 }
17