]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-clef.ly
Make the length of beamlets configurable.
[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.11.51"
10
11 \new Staff { \clef bass c4^( \clef "G" g'4) s2 c''1_( f'') }