X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-french.ly;h=0637064f00e80c6c7741de8fbc05223e826f5758;hb=c5d52711febce78e3beff59d635cc7669aa1da2f;hp=0b1facac3711893cb981b1ed9e8f2def67274177;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/beam-french.ly b/input/regression/beam-french.ly index 0b1facac37..0637064f00 100644 --- a/input/regression/beam-french.ly +++ b/input/regression/beam-french.ly @@ -1,24 +1,16 @@ - -\version "1.9.4" +\version "2.4.0" \header { - - texidoc = "French style beaming. In french beaming, the - stems do not go to the outer beams." - + texidoc = "In french style beaming, the stems do not go between beams." } -\score { \notes - \relative c' - { - \property Voice.Stem \override #'french-beaming = ##t - c16[ c c c] - c8[ c16 c16 c8] - c8[ c16 e16 g8] - } +\layout { raggedright= ##t } - \paper { raggedright= ##t } - - } +\relative c' +{ + \override Stem #'french-beaming = ##t + c16[ c c c] + c8[ c16 e16 f16 g16 g8] +}