]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/scarlatti-paper.ly
* lily/score-engraver.cc (one_time_step): warn for grobs created
[lilypond.git] / input / scarlatti-paper.ly
index 1675adfd8c721afd92977f795f969507424eef80..c754748bc896d777b09cec587999b0d2bfac6cef 100644 (file)
@@ -1,30 +1,25 @@
-\paper{
-       %my standard paper block
-
-       % figure out a way to do this cleanly.
+\version "1.5.49"
 
-%      0=\font "feta19"
-%      -1=\font "feta16"
-%      \stylesheet #(make-style-sheet 'paper19)
+\paper{
+       indent=0.
+       linewidth=188.\mm
 
-       arithmetic_multiplier=7.\pt;
-       indent=0.;
-       linewidth=188.\mm;
-       forced_stem_shorten0=0.;
-       forced_stem_shorten1=0.;
-       forced_stem_shorten2=0.;
-       forced_stem_shorten3=0.;
        \translator{
                \PianoStaffContext
-               maxVerticalAlign=8.4;
-               minVerticalAlign=8.4;
+               VerticalAlignment \override #'forced-distance = #8.4
        }
        \translator{\StaffContext
-               TimeSignature \push #'style = #"C"
+               TimeSignature \override #'style = #'C
        }
-       \translator{\VoiceContext
+       \translator {
+         \ScoreContext
+         SpacingSpanner \override #'spacing-increment = #1.4
+       }
+       \translator{
+               \VoiceContext
                noStemExtend = ##t
                tupletVisibility = ##f
+               Stem \override #'stem-shorten = #'(0.0)
        }
 }