]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-clef.ly
Merge branch 'master-git.sv.gnu.org-lilypond.git' of /home/lilydev/vc/gub/downloads...
[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'') }