MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / quote-grace.ly
blobb276bc5b928d9057db99fd3686e1db995a83b317
2 \header {
4 texidoc = "Quotes may contain grace notes. The grace note leading up
5 to an unquoted note is not quoted."
8 \paper { ragged-right= ##t }
10 \version "2.12.0"
11 quoted = \relative c'' {
13 \grace g16 f4 \grace a16 bes4 \grace b16 c4 c4
16 \addQuote quoted \quoted
20 \new Staff {
21 \set Staff.instrumentName = "quoted"
22 \quoted
24 \new Staff \new Voice \relative c'' {
25 \set Staff.instrumentName = "quoted"
27 \cueDuring #"quoted" #1 { \grace s16. r2 }
28 c2^"original"