MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / trill-spanner-scaled.ly
blobe1ed3a63470cf1fef6d00c3efbcba7e7f7163ae3
1 \version "2.13.14"
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.
12 \new Staff \with {
13 fontSize = #-6
14 \override StaffSymbol #'staff-space = #(magstep -6)
16 \relative c' {
17 c1\startTrillSpan | c\stopTrillSpan |
19 \new Staff \relative c' {
20 c1\startTrillSpan | c\stopTrillSpan |