]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen.ly
a52e3695db4ea552521ee07be5c7f7add028f874
[lilypond.git] / input / regression / lyric-hyphen.ly
1 \version "2.1.26"
2 \header {
3     texidoc = "In lyrics, hyphens may be used."
4 }
5 \score{
6         <<
7         \context Staff \notes { c' (c') c'( c') }
8         \context Lyrics \lyrics { bla -- alb xxx -- yyy }
9         >>
10 }
11
12
13
14
15
16