MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / accidental-octave.ly
blob129f579599df7ed2653145191def40ddc913a72b
2 \version "2.12.0"
4 \header {
5 texidoc="
6 This shows how accidentals in different octaves are handled. The note names
7 are also automatically printed but the octavation has been dropped out.
15 mel = \transpose c c' {
16 \time 4/4 \key d \major
17 gis4 g' g gis' | gis2 g' | g1 | gis | g | gis' | g |
18 fis4 f' f fis' | fis2 f' | f1 | fis | f | fis' | f |
19 \bar "|." \break
22 << \context Staff \mel
23 \context NoteNames{
24 \set printOctaveNames= ##f
25 \mel