X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-broken-classic.ly;h=38b30d4a86b0906776494815eefc50231f50b1d4;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=9a2624ec5fdd0836ac4a3b4b50cbb98ea90ee40a;hpb=3cfcd0df1125efe0eddc1f361f9bf24243ed12b7;p=lilypond.git diff --git a/input/regression/beam-broken-classic.ly b/input/regression/beam-broken-classic.ly index 9a2624ec5f..38b30d4a86 100644 --- a/input/regression/beam-broken-classic.ly +++ b/input/regression/beam-broken-classic.ly @@ -1,4 +1,4 @@ -\version "2.15.10" +\version "2.19.21" \header { texidoc="Some classic examples of broken beams, all taken from @@ -10,9 +10,9 @@ Scriabin Op. 11, No. 1. ragged-right = ##t } -music = \relative c'' { - \override Beam #'breakable = ##t - r2. f8[ c \break +music = \relative { + \override Beam.breakable = ##t + r2. f''8[ c \break e c f,] r8 r4 a'8[ e \break g d g,] r8 r4 f'8[ a, \break e' g, bes] r8 r4 8 [ d, \break @@ -25,19 +25,19 @@ music = \relative c'' { f' b d ] r8 r2 | } -\markup { "\override Beam #'positions = #beam::place-broken-parts-individually (default)" } +\markup { "\override Beam.positions = #beam::place-broken-parts-individually (default)" } { \music } -\markup { "\override Beam #'positions = #beam::align-with-broken-parts" } +\markup { "\override Beam.positions = #beam::align-with-broken-parts" } \markup { \justify { Returns y-positions at the ends of the beam such that beams align-across-breaks. } } { - \override Beam #'positions = #beam::align-with-broken-parts + \override Beam.positions = #beam::align-with-broken-parts \music } -\markup { "\override Beam #'positions = #beam::slope-like-broken-parts" } +\markup { "\override Beam.positions = #beam::slope-like-broken-parts" } \markup { \justify { Approximates broken beam positioning in turn-of-the-century Editions Peters scores. } } { - \override Beam #'positions = #beam::slope-like-broken-parts + \override Beam.positions = #beam::slope-like-broken-parts \music -} \ No newline at end of file +}