From c1707222c776e9d9ee8846ebe676d913c86b4b05 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:56:43 +0000 Subject: [PATCH] lilypond-1.3.134 --- input/twinkle.ly | 5 ++--- scm/translator-property-description.scm | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/input/twinkle.ly b/input/twinkle.ly index 09cb9cff0f..0407456491 100644 --- a/input/twinkle.ly +++ b/input/twinkle.ly @@ -74,8 +74,7 @@ hegedraagjetekst = \lyrics{ } texte = \lyrics{ - \property Lyrics . textStyle" = "italic" -% \property Lyrics . textStyle" = "roman" + \property Lyrics . LyricText \set #'font-shape = #'italic Ah! vous dir -- ai -- je ma -- man " " Ce qui cau -- se mon tour -- " " ment Pa -- pa veut que je rai -- son -- ne @@ -85,7 +84,7 @@ texte = \lyrics{ } texti = \lyrics{ - \property "Lyrics"."textStyle" = "roman" + Twin -- kle, twin -- kle, lit -- tle star, " " How I won -- der what you " " are. Up a -- bove the world so high, " " diff --git a/scm/translator-property-description.scm b/scm/translator-property-description.scm index 350aee59c5..08d4760326 100644 --- a/scm/translator-property-description.scm +++ b/scm/translator-property-description.scm @@ -151,6 +151,8 @@ Staff.defaultBarType will have no effect. (translator-property-description 'chordChanges boolean? "Only generate chords if they change. ") +(translator-property-description 'easyPlay boolean? "Copy note names into note head grob property") + (translator-property-description 'explicitClefVisibility procedure? "visibility-lambda function for clef changes.") (translator-property-description 'explicitKeySignatureVisibility -- 2.39.5