]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-octave-eight.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / lyric-octave-eight.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Lyrics should still slide under @code{TimeSignature} when an
5 @code{OctaveEight} is present.
6 "
7 }
8
9 \new Staff {
10   \clef "treble_8"
11   b
12 }
13 \addlyrics {
14   \set stanza = "1."
15   aaa
16 }