]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-clef-change.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / regression / accidental-clef-change.ly
1 \header {
2   texidoc = "Accidentals are reset for clef changes."
3 }
4
5 \version "2.10.0"
6 \new Staff \relative c' {
7     \clef treble
8     cis dis fis
9     \clef bass
10     <cis dis fis gis>
11 }
12
13 \layout {ragged-right = ##t}