X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fbeam-french.ly;h=14d33b001dbbee8d91b255975dcc1c5ac65eba1b;hb=5cda9afcf33032bd953c9fc1dd147822177cdddb;hp=d4027f6c3e9a5612afdb0fb89fca60634072dab9;hpb=d6ea2dbcdb39dd65c7fd423782fa31ccbdaf34a9;p=lilypond.git diff --git a/input/regression/beam-french.ly b/input/regression/beam-french.ly index d4027f6c3e..14d33b001d 100644 --- a/input/regression/beam-french.ly +++ b/input/regression/beam-french.ly @@ -1,24 +1,16 @@ - -\version "1.9.1" +\version "2.12.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 { ragged-right= ##t } - \paper { raggedright= ##t } - - } +\relative c' +{ + \override Stem #'french-beaming = ##t + c16[ c c c] + c8[ c16 e16 f16 g16 g8] +}