Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 77057c35c3baa89aeaab62525abaae38 > files > 1

gnome-guitar-0.8.1-9.fc14.x86_64.rpm

<gconfschemafile>
      <schemalist>



<!-- ******************************************************************
************************* CHORD  RENDERER  ************************
***********************************************************************-->

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/chordRotation</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/chordRotation</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>0</default>
		  <locale name="C">
              <short>The rotation of the chord.</short>
              <long>The rotation of the chord. Default 0 means the chord is drawn vertically with the neck at the top. 1 means Horizontaly.</long>
          </locale>
      </schema>
 
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/rightHanded</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/rightHanded</applyto>
          <owner>gnome-guitar</owner>
          <type>bool</type>
          <default>True</default>
		  <locale name="C">
              <short>Wether the guitarist is right or left handed.</short>
              <long>Wether the guitarist is right or left handed. True = right handed. False = left handed.</long>
          </locale>
      </schema>

	  <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/highStringFirst</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/highStringFirst</applyto>
          <owner>gnome-guitar</owner>
          <type>bool</type>
          <default>False</default>
	      <locale name="C">
              <short>Wether the highest or lowest string is drawn first.</short>
              <long>Wether the highest or lowest string is drawn first.</long>
          </locale>
      </schema>
  

<!--      
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/backgroundColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/backgroundColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#FFFFFF</default>
	  	  <locale name="C">
              <short>The color of the background.</short>
              <long>The color of the background. It must be a hex triplet.</long>
          </locale>
      </schema>
      
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/chordYPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/chordYPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>5</default>
		  <locale name="C">
              <short>The amount of padding to the top and bottom of each chord.</short>
              <long>The amount of padding to the top and bottom of each chord in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>
 
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/chordXPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/chordXPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>5</default>
	  	  <locale name="C">
              <short>The amount of padding to the left and right of each chord.</short>
              <long>The amount of padding to the left and right of each chord in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/titleFont</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/titleFont</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>Times New Roman</default>
	  	  <locale name="C">
              <short>The font to use to render the chord name.</short>
              <long>The font to use to render the chord name. It must be a pango name.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/titleColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/titleColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#000000</default>
	  	  <locale name="C">
              <short>The color of the font that renders the chord name.</short>
              <long>The color of the font that renders the chord name. It must be a hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/titleSize</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/titleSize</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>10</default>
	      <locale name="C">
              <short>The size of the title in pixels.</short>
              <long>The size of the title in pixels.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/titlePadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/titlePadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>5</default>
    	  <locale name="C">
              <short>The amount of padding at the top of the title.</short>
              <long>The amount of padding at the top of the title in pixels.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/borderWidth</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/borderWidth</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>2.0</default>
	      <locale name="C">
              <short>The width of the border.</short>
              <long>The width of the border around the chord.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/borderColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/borderColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#000000</default>
	      <locale name="C">
              <short>The color of the border.</short>
              <long>The color of the border around the chord. It must be a hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/voiceingTopPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/voiceingTopPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>5</default>
	      <locale name="C">
              <short>The amount of padding at the top of each voiceing.</short>
              <long>The amount of padding at the top of each voiceing in pixels.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/voiceingBottomPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/voiceingBottomPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>5</default>
	      <locale name="C">
              <short>The amount of padding at the bottom of each voiceing.</short>
              <long>The amount of padding at the bottom of each voiceing in pixels.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/voiceingLeftPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/voiceingLeftPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>2</default>
	      <locale name="C">
              <short>The amount of padding to the left of each voiceing.</short>
              <long>The amount of padding to the left of each voiceing in pixels.</long>
          </locale>
      </schema>


      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/voiceingRightPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/voiceingRightPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>2</default>
	      <locale name="C">
              <short>The amount of padding to the right of each voiceing.</short>
              <long>The amount of padding to the right of each voiceing in pixels.</long>
          </locale>
      </schema>


      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/tuningFont</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/tuningFont</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>Times New Roman</default>
	      <locale name="C">
              <short>The font to use to render the tuning.</short>
              <long>The font to use to render the tuning. It must be a pango name.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/tuningColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/tuningColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#000000</default>
	      <locale name="C">
              <short>The color of the tuning font.</short>
              <long>The color of the tuning font represented by a rgb hex triplet.</long>
          </locale>
      </schema>
 
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/tuningSize</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/tuningSize</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>6</default>
    	  <locale name="C">
              <short>The size of the tuning font in pixels.</short>
              <long>The size of the tuning font in pixels.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/tuningPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/tuningPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>2</default>
    	  <locale name="C">
              <short>The padding between the tuning and the string.</short>
              <long>The padding between the tuning and the string in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/neckWidth</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/neckWidth</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>2</default>
    	  <locale name="C">
              <short>The width of the guitar neck (i.e fret 0).</short>
              <long>The width of the guitar neck (i.e fret 0) in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/neckColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/neckColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#000000</default>
    	  <locale name="C">
              <short>The color of the guitar neck.</short>
              <long>The color of the guitar neck. It must be a hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretNoFont</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretNoFont</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>Times New Roman</default>
    	  <locale name="C">
              <short>The font to use to render the fret number.</short>
              <long>The font to use to render the fret number. It must be a pango name.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretNoColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretNoColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#000000</default>
    	  <locale name="C">
              <short>The color of the fretNo font.</short>
              <long>The color of the fretNo font represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretNoSize</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretNoSize</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>8</default>
    	  <locale name="C">
              <short>The size of the fretNo font in pixels.</short>
              <long>The size of the fretNo font in pixels.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretNoPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretNoPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>2</default>
    	  <locale name="C">
              <short>The amount of padding around the fret number.</short>
              <long>The amount of padding around the fret number in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/stringPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/stringPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>0</default>
    	  <locale name="C">
              <short>The gap between strings ontop of that needed to make sure that the tunings etc. don't overlap.</short>
              <long>The gap between the strings ontop of that needed to make sure that the tunings etc. don't overlap. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/stringWidth</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/stringWidth</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>1</default>
    	  <locale name="C">
              <short>The width of a string.</short>
              <long>The width of a string in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/stringColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/stringColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#000000</default>
    	  <locale name="C">
              <short>The color the color of the strings.</short>
              <long>The color of the strings represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/stringExtraPercent</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/stringExtraPercent</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>0.75</default>
    	  <locale name="C">
              <short>The amount of string that continues after the final fret.</short>
              <long>The amount of string that continues after the final fret. Legal values are between 0.0 and 1.0</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/stringDashLength</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/stringDashLength</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>1</default>
	      <locale name="C">
              <short>The length of the dashes in a dashed string.</short>
              <long>The length of the dashes in a dashed string</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>10</default>
    	  <locale name="C">
              <short>The gap between frets ontop of that needed to make sure that the fretNumbers etc. don't overlap.</short>
              <long>The gap between frets in pixels ontop of that needed to make sure that the fretNumbers etc. don't overlap. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretWireWidth</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretWireWidth</applyto>
          <owner>gnome-scale</owner>
          <type>float</type>
          <default>1</default>
	      <locale name="C">
              <short>The width of the fret wire.</short>
              <long>The width of the fret wire in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretWireColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fretWireColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#000000</default>
     	  <locale name="C">
              <short>The color of the fret wire.</short>
              <long>The color of the fret wire represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/startFretPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/startFretPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>2</default>
	      <locale name="C">
              <short>The number of frets that preceed the interesting ones.</short>
              <long>>The number of frets that preceed the interesting ones.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/endFretPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/endFretPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>1</default>
    	  <locale name="C">
              <short>The number of frets that follow the interesting ones.</short>
              <long>The number of frets that follow the interesting ones.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/minNoFrets</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/minNoFrets</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>5</default>
	      <locale name="C">
              <short>The minimum number of frets to dispaly.</short>
              <long>The minimum number of frets to display. If the number of interesting frets plus the fret padding is less that this number than more padding will be added.</long>
          </locale>
      </schema>


      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/relationPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/relationPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>1</default>
    	  <locale name="C">
              <short>The padding between the relation and the fretted.</short>
              <long>The padding between the relation and the fretted in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>
 
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/relationFont</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/relationFont</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>Times New Roman</default>
    	  <locale name="C">
              <short>The font to use to render the relation.</short>
              <long>The font to use to render the fret relation. It must be a pango name.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/relationColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/relationColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#000000</default>
    	  <locale name="C">
              <short>The color of the relation font.</short>
              <long>The color of the relation font represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/relationSize</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/relationSize</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>6</default>
    	  <locale name="C">
              <short>The size of the relation font in pixels.</short>
              <long>The size of the relation font in pixels.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/frettedPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/frettedPadding</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>1</default>
    	  <locale name="C">
              <short>The padding between the fretted note and the relation.</short>
              <long>The padding between the fretted note and the relation in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/frettedFont</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/frettedFont</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>Times New Roman</default>
    	  <locale name="C">
              <short>The font to use to render the finger that frets the sting.</short>
              <long>The font to use to render the finger that frets the string. It must be a pango name.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/frettedColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/frettedColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#000000</default>
    	  <locale name="C">
              <short>The color fretted font.</short>
              <long>The color of the fretted font represented by a rgb hex triplet.</long>
          </locale>
     </schema>

     <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/frettedSize</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/frettedSize</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>6</default>
    	  <locale name="C">
              <short>The size of the fretted font in pixels.</short>
              <long>The size of the fretted font in pixels.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerDiameter</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerDiameter</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>8</default>
    	  <locale name="C">
              <short>The diameter of a finger.</short>
              <long>The diameter of a finger in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>


      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#ff9b30</default>
    	  <locale name="C">
              <short>The color of the finger.</short>
              <long>The color of the finger represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerFont</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerFont</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>Times New Roman</default>
    	  <locale name="C">
              <short>The font to use to render the finger number.</short>
              <long>The font to use to render the finger number. It must be a pango name.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerFontColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerFontColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#000000</default>
    	  <locale name="C">
              <short>The color of the finger font.</short>
              <long>The color of the finger font represented by a rgb hex triplet.</long>
          </locale>
     </schema>

     <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerFontSize</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerFontSize</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>7</default>
    	  <locale name="C">
              <short>The size of the finger.</short>
              <long>The size of the finger font in pixels.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerOutlineColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerOutlineColor</applyto>
          <owner>gnome-guitar</owner>
          <type>string</type>
          <default>#ff9b00</default>
    	  <locale name="C">
              <short>The color of the outline of the finger.</short>
              <long>The color of the outline of the finger represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerOutlineWidth</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/chordRenderer/fingerOutlineWidth</applyto>
          <owner>gnome-guitar</owner>
          <type>float</type>
          <default>2</default>
    	  <locale name="C">
              <short>The width of the outline around a finger.</short>
              <long>The width of the outline around a finger.</long>
          </locale>
      </schema>
      -->
      
<!-- ******************************************************************
********************* SCALE STUFF ************************************
***********************************************************************-->
    <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/highStringFirst</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/highStringFirst</applyto>
          <owner>gnome-chord</owner>
          <type>bool</type>
          <default>True</default>
	      <locale name="C">
              <short>Wether the highest or lowest string is drawn first.</short>
              <long>Wether the highest or lowest string is drawn first.</long>
          </locale>
      </schema>
  
  	  <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/rightHanded</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/rightHanded</applyto>
          <owner>gnome-chord</owner>
          <type>bool</type>
          <default>True</default>
	      <locale name="C">
              <short>Wether to render the guitar for a lefty or righty.</short>
              <long>Wether to render the guitar for a lefty or righty (basicly mirrored on the Y axis).</long>
          </locale>
      </schema>
	<!--
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/scaleLeftPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/scaleLeftPadding</applyto>
          <owner>gnome-chord</owner>
          <type>float</type>
          <default>5</default>
    	  <locale name="C">
              <short>The amount of padding between the lefthand side of the scale and the border.</short>
              <long>The amount of padding between the lefthand side of the scale and the border in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

	  <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/scaleRightPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/scaleRightPadding</applyto>
          <owner>gnome-chord</owner>
          <type>float</type>
          <default>5</default>
    	  <locale name="C">
              <short>The amount of padding between the righthand side of the scale and the border.</short>
              <long>The amount of padding between the righthand side of the scale and the border in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>
      
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/scaleTopPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/scaleTopPadding</applyto>
          <owner>gnome-chord</owner>
          <type>float</type>
          <default>5</default>
	      <locale name="C">
              <short>The amount of padding between the top of the scale and the border.</short>
              <long>The amount of padding between the top of the scale and the border in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/scaleBottomPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/scaleBottomPadding</applyto>
          <owner>gnome-chord</owner>
          <type>float</type>
          <default>15</default>
	      <locale name="C">
              <short>The amount of padding between the bottom of the scale and the border.</short>
              <long>The amount of padding between the bottom of the scale and the border in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>
      
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/stringPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/stringPadding</applyto>
          <owner>gnome-chord</owner>
          <type>float</type>
          <default>15</default>
	      <locale name="C">
              <short>The gap between strings.</short>
              <long>The gap between strings in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>
      
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/backgroundColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/backgroundColor</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>#ffffff</default>
	      <locale name="C">
              <short>The color of the background.</short>
              <long>The color of the background represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/borderColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/borderColor</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>#000000</default>
	      <locale name="C">
              <short>The color of the border.</short>
              <long>The color of the border represented by a rgb hex triplet.</long>
          </locale>
      </schema>   

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/borderWidth</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/borderWidth</applyto>
          <owner>gnome-chord</owner>
          <type>float</type>
          <default>2</default>
	      <locale name="C">
              <short>The width of the border.</short>
              <long>The width of the border in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>
      
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/nameColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/nameColor</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>#000000</default>
	      <locale name="C">
              <short>The color of the name font.</short>
              <long>The color of the name font represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/namePadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/namePadding</applyto>
          <owner>gnome-chord</owner>
          <type>float</type>
          <default>10</default>
	      <locale name="C">
              <short>The amount of padding between the name and the scale.</short>
              <long>The amount of padding between the name and the scale in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/nameSize</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/nameSize</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>15</default>
	      <locale name="C">
              <short>The size of the name in pixels.</short>
              <long>The size of the name in pixels.</long>
          </locale>
      </schema>
      
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretPadding</applyto>
          <owner>gnome-chord</owner>
          <type>float</type>
          <default>40</default>
	      <locale name="C">
              <short>The gap between the frets.</short>
              <long>The gap between the frets in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/tuningPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/tuningPadding</applyto>
          <owner>gnome-scale</owner>
          <type>float</type>
          <default>5</default>
	      <locale name="C">
              <short>The amount of padding between the tuning and the guitar neck.</short>
              <long>The amonut of padding between the tuning and the guitar neck in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteDiameter</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteDiameter</applyto>
          <owner>gnome-scale</owner>
          <type>float</type>
          <default>15</default>
	      <locale name="C">
              <short>The size of the notes.</short>
              <long>The size of the notes in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/stringWidth</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/stringWidth</applyto>
          <owner>gnome-scale</owner>
          <type>float</type>
          <default>.5</default>
	      <locale name="C">
              <short>The width of the guitar strings.</short>
              <long>The width of the guitar strings. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/stringColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/stringColor</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>#000000</default>
	      <locale name="C">
              <short>The color of the strings.</short>
              <long>The color of the strings represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteOutline</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteOutline</applyto>
          <owner>gnome-scale</owner>
          <type>float</type>
          <default>2</default>
	      <locale name="C">
              <short>The width of the outline around the note.</short>
              <long>The width of the outline around the note in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteOutlineColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteOutlineColor</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>#d894f1</default>
	      <locale name="C">
              <short>The color the color of the note outline.</short>
              <long>The color of the note outline represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteColor</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>#ff9b30</default>
	      <locale name="C">
              <short>The color of the notes.</short>
              <long>The color of the notes represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteNoFont</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteNoFont</applyto>
          <owner>gnome-scale</owner>
          <type>string</type>
          <default>Times New Roman 14</default>
	      <locale name="C">
              <short>The font to use to render the note number.</short>
              <long>The font to use to render the note number. It must be a pango name.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteNoColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteNoColor</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>#000000</default>
	      <locale name="C">
              <short>The color of the noteNo.</short>
              <long>The color of the noteNo represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteNoSize</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/noteNoSize</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>10</default>
	      <locale name="C">
              <short>The size of the noteNo in pixels.</short>
              <long>The size of the noteNo in pixels.</long>
          </locale>
      </schema>
      
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/tuningFont</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/tuningFont</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>Times New Roman 12</default>
	      <locale name="C">
              <short>The font to use to render the tuning.</short>
              <long>The font to use to render the tuning. It must be a pango name.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/tuningColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/tuningColor</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>#000000</default>
	      <locale name="C">
              <short>The color of the tuning font.</short>
              <long>The color of the tuning font represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/tuningSize</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/tuningSize</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>10</default>
	      <locale name="C">
              <short>The size of the tuning font in pixels.</short>
              <long>The size of the tuning font in pixels.</long>
          </locale>
      </schema>
      
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretWireWidth</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretWireWidth</applyto>
          <owner>gnome-scale</owner>
          <type>float</type>
          <default>1</default>
	      <locale name="C">
              <short>The width of the fret wire.</short>
              <long>The width of the fret wire in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretWireColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretWireColor</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>#000000</default>
	      <locale name="C">
              <short>The color the fret wire.</short>
              <long>The color of the fret wire represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretNoFont</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretNoFont</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>Times New Roman 12</default>
	      <locale name="C">
              <short>The font to use to render the fret number.</short>
              <long>The font to use to render the fret number. It must be a pango name.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretNoColor</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretNoColor</applyto>
          <owner>gnome-chord</owner>
          <type>string</type>
          <default>#000000</default>
	      <locale name="C">
              <short>The color of the fretNo font.</short>
              <long>The color of the fretNo font represented by a rgb hex triplet.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretNoSize</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretNoSize</applyto>
          <owner>gnome-guitar</owner>
          <type>int</type>
          <default>10</default>
	      <locale name="C">
              <short>The size of the fretNo in pixels.</short>
              <long>The size of the fretNo in pixels.</long>
          </locale>
      </schema>
  
  	  <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretNoPadding</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/fretNoPadding</applyto>
          <owner>gnome-chord</owner>
          <type>float</type>
          <default>5</default>
    	  <locale name="C">
              <short>The amount of padding between the fretNo and the scale.</short>
              <long>The amount of padding between the fretNo and the scale in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>      
      
      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/nameFont</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/nameFont</applyto>
          <owner>gnome-scale</owner>
          <type>string</type>
          <default>Times New Roman 14</default>
	      <locale name="C">
              <short>The font to use to render the scale name.</short>
              <long>The font to use to render the scale name. It must be a pango name.</long>
          </locale>
      </schema>

      <schema>
          <key>/schemas/apps/gnome-guitar/libgnomeguitar/scaleRenderer/neckWidth</key>
          <applyto>/apps/gnome-guitar/libgnomeguitar/scaleRenderer/neckWidth</applyto>
          <owner>gnome-scale</owner>
          <type>float</type>
          <default>2</default>
	      <locale name="C">
              <short>The width of the guitar neck (i.e fret 0).</short>
              <long>The width of the guitar neck (i.e fret 0) in pixels. Though it acts more like a percentage as the whole rendered chord is scaled to fit nicely.</long>
          </locale>
      </schema>
-->      
   </schemalist>  
</gconfschemafile>