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

Le 18 nov. 2015 à 01:29, Andrew Bernard <andrew.bern...@gmail.com> a écrit :

Hi Jacques,

On my mac, I just select the text in the log, right click to copy, and paste wherever, as per any application. Does that not work for you?

Andrew


On 18/11/2015, 01:36, "Menu Jacques" <lilypond-user-bounces+andrew.bernard=gmail....@gnu.org on behalf of imj-...@bluewin.ch> wrote:

By the way, I have to find out how to copy/paste from the log when using Frescobaldi (on Mac OS X).

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

\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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to