]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/trill-spanner-scaled.ly
3cdc11bc51b951fc4fc6db48c254f593e3108f1a
[lilypond.git] / input / regression / trill-spanner-scaled.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "
5 The horizontal position of the beginning of a trill spanner is 
6 positioned correctly relative to the note head it is attached to,
7 even if scaled to a smaller size.
8 "
9 }
10
11 <<
12   \new Staff \with {
13     fontSize = #-6
14     \override StaffSymbol #'staff-space = #(magstep -6)
15   }
16   \relative c' {
17     c1\startTrillSpan | c\stopTrillSpan |
18   }
19   \new Staff \relative c' {
20     c1\startTrillSpan | c\stopTrillSpan |
21   }
22 >>