lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

markup(List) text color


From: Bric
Subject: markup(List) text color
Date: Sun, 23 Feb 2020 17:08:58 -0500 (EST)

Greetings.  For my life I can't (find|figure out) the code for changing text 
color in \markupList.  The "font-size" line does work - the font size change is 
applied to the entire paragraph.

The "\override #'(font-color . red)" line does not cause an error, but has no 
effect on the color. Using version 2.19.83. Please help. Thanks.


#(define-markup-list-command (paragraph layout props args) (markup-list?)       
                                                                      
   #:properties ((par-indent 3))                                                
                                                                      
   (interpret-markup-list layout props                                          
                                                                      
    #{\markuplist \justified-lines { \hspace #par-indent #args } #}))


\markuplist {

  \override #'(font-size . -2)
  \override #'(font-color . red)

  \paragraph {

     Monsieur le baron était un des \bold plus puissants seigneurs de la 
Westphalie, car son château avait une porte et des fenêtres.  Sa  grande salle 
même était ornée d'une tapisserie.  Tous les chiens de ses basses-cours 
composaient une meute dans le besoin ; ses. Etc...

    }
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]