]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-clef.ly
Fix 2241: Proper copyright/header/tagline handling with multiple bookparts
[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.14.0"
10
11 \new Staff { \clef bass c4^( \clef "G" g'4) s2 c''1_( f'') }