]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/glissando-accidental.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / glissando-accidental.ly
1 \header {
2   texidoc = "Glissandi stop before hitting accidentals."
3
4 }
5 \version "2.16.0"
6
7 \relative c'' {
8   a1\glissando cis
9 }