Fix 524 pitched trill losing accidental.
[lilypond.git] / input / regression / quote-grace.ly
blobe612aeac3c58ab0f24626c273b6b302c583bda85
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.11.10"
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"