]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-clef.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / regression / slur-clef.ly
1 \header {
2   texidoc = "Slurs avoid clefs, but don't avoid barlines."
3   }
4
5 \paper {
6   ragged-right = ##t
7
8 }
9 \version "2.10.0"
10
11 \new Staff { \clef bass c4^( \clef "G" g'4) c''1_( f'') }