Re: Custom glyph depending on the 'glyph-name

2016-08-17 Thread Pierre Perol-Schneider
Hi Jacques, See: http://lsr.di.unimi.it/LSR/Item?id=900 Cheers, Pierre 2016-08-17 18:24 GMT+02:00 Jacques Menu Muzhic : > Hello Pierre, > > How did you solve that actually? > > Thanks! > > JM > > Le 16 août 2016 à 22:41, Pierre Perol-Schneider < > pierre.schneider.pa...@gmail.com> a écrit : > > O

Re: Custom glyph depending on the 'glyph-name

2016-08-17 Thread David Kastrup
Pierre Perol-Schneider writes: > Hi, > > I'd like to customize the clefs depending on their glyph-name: > > %% > \version "2.19.46" > > my-clef-G = \markup "G" > > my-clef-F = \markup "F" > > \score { > \new PianoStaff << > \new Staff { c' } > \new Staff { \clef F c' } > >> > \layou

Re: Custom glyph depending on the 'glyph-name

2016-08-17 Thread Jacques Menu Muzhic
Hello Pierre, How did you solve that actually? Thanks! JM > Le 16 août 2016 à 22:41, Pierre Perol-Schneider > a écrit : > > Ok I got it. Sorry for the noise. > Cheers, > Pierre > > 2016-08-16 22:06 GMT+02:00 Pierre Perol-Schneider > mailto:pierre.schneider.pa...@gmail.com>>: > Hi, > > I'd

Re: Custom glyph depending on the 'glyph-name

2016-08-16 Thread Pierre Perol-Schneider
Ok I got it. Sorry for the noise. Cheers, Pierre 2016-08-16 22:06 GMT+02:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi, > > I'd like to customize the clefs depending on their glyph-name: > > %% > \version "2.19.46" > > my-clef-G = \markup "G" > > my-clef-F = \markup "F" > >

Custom glyph depending on the 'glyph-name

2016-08-16 Thread Pierre Perol-Schneider
Hi, I'd like to customize the clefs depending on their glyph-name: %% \version "2.19.46" my-clef-G = \markup "G" my-clef-F = \markup "F" \score { \new PianoStaff << \new Staff { c' } \new Staff { \clef F c' } >> \layout { \context { \Score \override Clef.stencil =