]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / lyric-hyphen.ly
1 \version "1.9.4"
2 \header {texidoc="Tests lyric hyphens. "}
3 \score{
4         <<
5         \context Staff \notes { c' (c') (c') c' }
6         \context Lyrics \context LyricsVoice \lyrics { bla -- alb xxx -- yyy }
7         >>
8 }
9
10
11
12
13
14