From f436308f23cc198e050711cee73203c4bbf1c031 Mon Sep 17 00:00:00 2001 From: Pedro Kroger Date: Mon, 21 Feb 2005 16:27:28 +0000 Subject: [PATCH] * input/regression/utf8.ly (portuguese): added a portuguese example to show latin1 accents --- input/regression/utf8.ly | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/input/regression/utf8.ly b/input/regression/utf8.ly index 13af392a0d..66ec918d63 100644 --- a/input/regression/utf8.ly +++ b/input/regression/utf8.ly @@ -44,9 +44,15 @@ hebrew = \lyricmode { זה כיף סתם לשמוע איך תנצח קרפד עץ טוב בגן. } +portuguese = \lyricmode { + à vo cê uma can ção legal +} + + \relative { - c2 d e f g f e + c2 d e f g f e } \addlyrics { \hebrew } \addlyrics { \bulgarian } \addlyrics { \japanese } +\addlyrics { \portuguese } -- 2.39.5