]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/element-descriptions.scm
patch::: 1.3.103.jcn3
[lilypond.git] / scm / element-descriptions.scm
index ac46e1c525015b8ec0ed00edbd69f519b03c7d6b..094195f8463c271c00c6252501baf0e8ee7f6c0a 100644 (file)
               (staff-position . 0.0)
               (meta . ,(element-description "Arpeggio" arpeggio-interface side-position-interface font-interface))
               ))
-  
-       (BarLine . (
+
+    (autoBeamSettings . ,auto-beam-settings)
+
+    (BarLine . (
                (break-align-symbol . Staff_bar)
                (glyph . "|")
                (break-glyph-function . ,default-break-barline)
@@ -89,7 +91,7 @@
                (after-line-breaking-callback . ,Chord_name::after_line_breaking)
                (chord-name-function . ,default-chord-name-function)
                (font-family . roman)
-               (meta . ,(element-description "ChordNames"  font-interface text-interface chord-name-interface))
+               (meta . ,(element-description "ChordName"  font-interface text-interface chord-name-interface))
        ))
 
        (Custos . (
        (Dots . (
                (molecule-callback . ,Dots::brew_molecule)
                (dot-count . 1)
-               (font-family . music)           
                (staff-position . 0.0)
                (Y-offset-callbacks  . (,Dots::quantised_position_callback ,Staff_symbol_referencer::callback))
                (meta . ,(element-description "Dots"  font-interface dot-interface ))
                (script-priority . 100)
                (font-series . bold)
                (font-family . dynamic)
+               (font-shape . italic)
                (self-alignment-Y . 0)
                (meta . ,(element-description "DynamicText" font-interface  text-interface ))
        ))
                (word-space . 0.6)
                (font-family . roman)
                (font-shape . upright)
-               (font-relative-size . 0)
                (meta . ,(element-description "LyricText" lyric-syllable-interface text-interface font-interface ))
        ))
        
        ))
 
        (NoteName . (
-               (style . default)
                (molecule-callback . ,Text_item::brew_molecule)
+               (font-family . roman)
                (meta . ,(element-description  "NoteName"
                                               note-name-interface font-interface
                                               general-element-interface))
                (arch-width . 1.5)
                (bracket-thick . 0.25)
                (bracket-width . 2.0)
-               (font-family . braces)
-               (font-point-size . 20)
                (Y-extent-callback . #f)
+               (font-family . braces)
+               ;; if you want to set point-size, you cannot set
+               ;; relative-size, as no font will be found for other
+               ;; sheets than 20
+               ;;(font-point-size . 20)
+               ;;(font-relative-size . #f)
                (meta . ,(element-description "SystemStartDelimiter" system-start-delimiter font-interface))
-       ))
+               ))
 
        (TextScript . (
                (molecule-callback . ,Text_item::brew_molecule)
                (padding . 0.5)
                (font-family . roman)
                (font-shape . italic)
-               (font-relative-size . 0)
                (meta . ,(element-description "TextScript" text-script-interface text-interface side-position-interface font-interface ))
        ))
        (TextSpanner . (