]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.134
authorfred <fred>
Wed, 27 Mar 2002 00:56:43 +0000 (00:56 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:56:43 +0000 (00:56 +0000)
input/twinkle.ly
scm/translator-property-description.scm

index 09cb9cff0fd2f025731ce9d7e0c5537f5688ab75..0407456491f7468d163bc9b104cb9597931563f8 100644 (file)
@@ -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, " "
index 350aee59c55d69f79aba510a8ed9563e7bd81e86..08d4760326bf195afd37a435776ee4de49a16d7c 100644 (file)
@@ -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