]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-stem-length.ly
Merge branch 'origin' into master-hanwen
[lilypond.git] / input / regression / grace-stem-length.ly
1 \header {
2
3     texidoc = "Stem lengths for grace notes should be shorter than
4 normal notes, if possible. They should never be longer, even if that
5 would lead to beam quanting program. "
6          
7     }
8 \version "2.10.0"
9
10 \layout {
11     ragged-right = ##t
12
13 %    "debug-beam-quanting" = ##t 
14 }
15 \relative c'' {
16     << {  d8.\noBeam d16 } \\ >>   \grace { d16 } c8.[ b16]
17     << {  c16[ b] } \\ >>
18     
19     \grace { c16[ b] } d4
20 %    \override Beam #'inspect-quants =#'(2.8 . 2.5)
21 %    \grace { c16[ b] } d4
22
23             }
24