]> 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 \version "1.7.18"
2 \header {
3
4     texidoc = "Point-symmetric beams should receive the same
5     quanting. There is no up/down bias in the quanting code."
6
7 }
8
9 \score{
10     \notes\relative c'{
11          a8-[ b'' a,, b'']
12          b8-[ a,, b'' a,,]
13     }
14     \paper{
15         raggedright = ##t 
16     }
17 }