X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-french.ly;h=14d33b001dbbee8d91b255975dcc1c5ac65eba1b;hb=52ddc3c8279a2f91d7e482aa69dd14e3593e1e98;hp=f7fe947038da2ddbf71f9321b51b314211377442;hpb=b008966a8de740291c9535d88d9c66691b1c0654;p=lilypond.git diff --git a/input/regression/beam-french.ly b/input/regression/beam-french.ly index f7fe947038..14d33b001d 100644 --- a/input/regression/beam-french.ly +++ b/input/regression/beam-french.ly @@ -1,20 +1,16 @@ -\version "1.7.18" +\version "2.12.0" \header { + texidoc = "In French style beaming, the stems do not go between beams." +} - texidoc = "French style beaming. In french beaming, the - stems do not go to the outer beams." +\layout { ragged-right= ##t } +\relative c' +{ + \override Stem #'french-beaming = ##t + c16[ c c c] + c8[ c16 e16 f16 g16 g8] } -\score { \notes - \relative c' - { - \property Voice.Stem \override #'french-beaming = ##t - c16-[ c c c] - c8-[ c16 c16 c8] - c8-[ c16 e16 g8] - } - } -%% new-chords-done %%