]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen.ly
* lily/include/grob-info.hh: origin_contexts() now does not
[lilypond.git] / input / regression / lyric-hyphen.ly
1 \version "2.1.22"
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