X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-second.ly;h=9af119381b05c49277a972e1380132dc8f5af5c0;hb=e1081454de4c8167f3f010912de061822226f61d;hp=819437037aa69bd91974f3c83d4777a618e56461;hpb=64f1e766ce934df9166eec2f328e3371457d5972;p=lilypond.git diff --git a/input/regression/beam-second.ly b/input/regression/beam-second.ly index 819437037a..9af119381b 100644 --- a/input/regression/beam-second.ly +++ b/input/regression/beam-second.ly @@ -1,19 +1,22 @@ -\version "1.7.18" -% delete me? -%TODO: what's this for? manual beaming? (the two pairs of 16ths) -% showing \stemUp? -% all of those things are covered in refman and/or other files + +\version "2.16.0" + \header{ - texidoc="DELETE ME -" } -\score{ - \notes\relative c''{ - \stemUp - b8-[ c] - b16-[ c] - a'-[ b] - } - \paper{ - raggedright = ##t - } -}%% new-chords-done %% + + texidoc="Engraving second intervals is tricky. We used to have +problems with seconds being too steep, or getting too long stems. In +a file like this, showing seconds, you'll spot something fishy very +quickly." + +} + +\layout{ + ragged-right = ##t +} + +\relative c''{ + \stemUp + b8[ c] + b16[ c] + a'[ b] +}