]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/scarlatti-properties.ly
* scripts/musedata2ly.py (): idem
[lilypond.git] / input / scarlatti-properties.ly
index 651de9a37b7c97dde0392acdbf16022feed10948..83671dfd0155bab05751da3ea52db5957bcdf157 100644 (file)
@@ -1,18 +1,33 @@
+%  include file for scarlatti-test
 
+\version "1.7.6"
 
+rh=\property Thread.NoteHead \override #'style = #'default
+lh=\property Thread.NoteHead \override #'style = #'diamond
 
-\version "1.3.70";
+n =  \property Thread.NoteHead \revert #'font-relative-size % = #'diamond %\property Thread.fontSize=#0  
+sm=\property Thread.NoteHead \override #'font-relative-size = #-1 
 
-rh=\property Thread.noteHeadStyle=##f 
-lh=\property Thread.noteHeadStyle = #'diamond
-n=\property Thread.fontSize=#0  
-sm=\property Thread.fontSize=#-1 
-su=\property Voice.verticalDirection=#1  
-sd=\property Voice.verticalDirection=#-1
-zs=\property Voice.forceHorizontalShift=#0.0
+% su=\stemUp\slurUp\tieUp  
+% sd=\stemDown\slurDown\tieDown
+
+su=\property Voice.Stem \override #'direction = #1
+sd=\property Voice.Stem \override #'direction = #-1  
+
+
+%{
 ls=\property Voice.forceHorizontalShift=#-0.6
 sls=\property Voice.forceHorizontalShift=#-0.22
 rs=\property Voice.forceHorizontalShift=#0.6
 srs=\property Voice.forceHorizontalShift=#0.22
-ab=\property Voice.noAutoBeaming=##f
-xb=\property Voice.noAutoBeaming=##t
+%}
+zs =  \property Voice.NoteColumn \revert #'force-hshift  % #0.0
+ls =  \property Voice.NoteColumn \override #'force-hshift = #-0.6
+sls= \property Voice.NoteColumn \override #'force-hshift = #-0.22
+rs =  \property Voice.NoteColumn \override #'force-hshift = #0.6
+srs= \property Voice.NoteColumn \override  #'force-hshift = #0.22
+
+
+
+ab=\property Voice.autoBeaming = ##t
+xb=\property Voice.autoBeaming = ##f