X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-french.ly;h=d0f44becdcc1aaed29e214a5fc3c33b532d7a18c;hb=7680952372689f3ce5674d47af42edfc475cface;hp=d4027f6c3e9a5612afdb0fb89fca60634072dab9;hpb=30c15d67dcc56919da38c9b5bdfda0684c1fc964;p=lilypond.git diff --git a/input/regression/beam-french.ly b/input/regression/beam-french.ly index d4027f6c3e..d0f44becdc 100644 --- a/input/regression/beam-french.ly +++ b/input/regression/beam-french.ly @@ -1,24 +1,16 @@ - -\version "1.9.1" +\version "2.17.6" \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] +}