]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-knee-symmetry.ly
29a48f691c7877013e94e002a2a4542c4b9b8b43
[lilypond.git] / input / regression / beam-knee-symmetry.ly
1
2 \version "2.6.0"
3 \header {
4
5     texidoc = "Point-symmetric beams should receive the same
6     quanting. There is no up/down bias in the quanting code."
7
8 }
9
10 \score{
11     \relative c'{
12          a8[ b'' a,, b'']
13          b8[ a,, b'' a,,]
14     }
15     \layout{
16         raggedright = ##t 
17     }
18 }