]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/lyric-hyphen.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[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