| Hello Andrew, You make me discover that I have to copy with a right click in the log window, instead of merely using the usual keyboard shortcut, thanks! BTW, that could be an enhancement to Frescobaldi. JM
|
\version "2.19.30"
#(define (accidental2CommaFlat grob)
(grob-interpret-markup grob
(markup ;; Select Bravura font
; This doesn't seem to work (although I think it should)
; #:font-name "Bravura"
;; set size of the glyph -
; please experiment wtih appearance and problem of interference with staff lines
#:fontsize 5
;; choose the glyph to be taken
#:char #xE455)))
\relative c'{
% There has to be a key, otherwise nothing will be printed.
\key g \major
% Use Bravura, the SMuFL reference font (actually this should be done
% inside the stencil but I don't know how
\override Staff.KeySignature.font-name = "Bravura"
% Tell LilyPond to use something else than the default key signature
\override Staff.KeySignature.stencil = #accidental2CommaFlat
c
}
Starting lilypond 2.19.30 [Untitled (2)]... Traitement de « /var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T/frescobaldi-RYWdDV/tmpY2HM1p/document.ly » Analyse... Interprétation en cours de la musique... Pré-traitement des éléments graphiques... Détermination du nombre optimal de pages... Répartition de la musique sur une page... Dessin des systèmes... Sortie mise en page vers « /var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T//lilypond-2av7yU »... Conversion à « document.pdf »... Suppression de « /var/folders/jc/xrpy67_x6_vcjfzpzds_9_6m0000gn/T//lilypond-2av7yU »... Compilation menée à son terme, avec succès. |
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
