lilypond-devel
[Top][All Lists]
Advanced

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

RE: Changing fret-diagram muted string symbol


From: Carl D. Sorensen
Subject: RE: Changing fret-diagram muted string symbol
Date: Wed, 21 Mar 2007 11:45:44 -0600

> From: José Luis Cruz [mailto:address@hidden 
> > If you want to change font size, you can uncomment line 212 of 
> > fretdiagrams.scm, and comment line 213.  Then you will have 
> a property 
> > (xo-font-mag) that can be used to change the size of the 
> mute and open indicators.
> 
> I did it, but doesn't work. Gives some warnings. It can't 
> find "property revision for 'xo-font-mag'. Possibly a finger 
> error?'" I dont know if the translation is accurate. My 
> lilypond output is in spanish and I don't know how to tell 
> lilypond to talk in english, under windows.
> 


Oops, I gave bad advice.  The property name is xo-font-magnification.

The included code works, if line 212 is uncommented, and line 213 is commented 
in fretdiagrams.scm.

layout {
  
}
\version "2.10.0"

<<
  \chords {d2}
  
  {
    %% simple D chord

    d'2 ^\markup 
    \override #'(finger-code . below-string) {
      \override #'(dot-radius . 0.35) {
        \override #'(dot-position . 0.5) {
          \override #'(fret-count . 5) {
                  \override #'(xo-font-magnification . 0.75) {
    \fret-diagram-terse #"x;x;o;2-1;3-2;2-3;" }}}}}

  }
>>


Carl






reply via email to

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