]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-knee-symmetry.ly
*** empty log message ***
[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     \relative c'{
11          a8[ b'' a,, b'']
12          b8[ a,, b'' a,,]
13     }
14     \layout{
15         raggedright = ##t 
16     }