]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/declarations-init.ly
* scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
[lilypond.git] / ly / declarations-init.ly
index 00ae0f46f619c4239768459c733667501854fac7..26d8cc733c21eaf82942364a388a89c85b330643 100644 (file)
@@ -1,6 +1,6 @@
 #(ly:set-option 'old-relative)
 
-\version "2.1.30"
+\version "2.1.36"
 breve = #(ly:make-duration -1 0)
 longa = #(ly:make-duration -2 0 )
 maxima = #(ly:make-duration -3 0)
@@ -31,6 +31,7 @@ break =#(make-event-chord (list (make-penalty-music -10001)))
 noBreak = #(make-event-chord (list (make-penalty-music 10001)))
 
 noBeam = #(make-music 'BeamForbidEvent) 
+pipeSymbol = #(make-music 'BarCheck)
 
 \include "scale-definitions-init.ly"
 
@@ -51,17 +52,19 @@ melismaEnd = #(make-span-event 'ManualMelismaEvent STOP)
     pt = #(/  in 72.27)
     cm = #(* 10 mm)
 
+    inputencoding = #"TeX"
     raggedright = ##f
     raggedlast = ##f 
     packed = ##f
+    
     #(define $is-paper #t)
     
     #(define font-defaults
-      '((font-encoding . music))
+      '((font-encoding . fetaMusic))
       )
 
     #(define text-font-defaults
-      '((font-encoding . text)
+      '((font-encoding . latin1)
        (baseline-skip . 2)
        (word-space . 0.6)
        ))