]> git.donarmstrong.com Git - lilypond.git/commitdiff
(RhythmicStaffContext): stems up by default.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Jul 2002 12:22:04 +0000 (12:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Jul 2002 12:22:04 +0000 (12:22 +0000)
ChangeLog
Documentation/regression-test.tely
input/bugs/mark-number.ly [new file with mode: 0644]
input/regression/generic-property-override.ly [deleted file]
input/regression/rhythmic-staff.ly [new file with mode: 0644]
ly/engraver-init.ly

index 518fdcf08eeb42a04c8be706160c45b43280e37e..d2b1dbad2f3a0ec14c5ef8a46c25fe0fc549f5e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-07-05  Han-Wen  <hanwen@cs.uu.nl>
 
+       * ly/engraver-init.ly (RhythmicStaffContext): stems up by default.
+
        * lily-guile.hh: remove guile 1.3 compatibility,  add 1.4
        compatibility functions.
 
index 694fca3513db82530923fcdfb159ccb5f9bb0d0c..4b5473276892f15db1a48622d257635fdf2e3ea9 100644 (file)
@@ -228,11 +228,13 @@ Grace note do weird things with timing. Fragile.
 @lilypondfile[printfilename]{tuplet-nest.ly}
 
 
-@section Property details
+@section Miscellaneous
 
 @lilypondfile[printfilename]{generic-property-override.ly}
 
 
+@lilypondfile[printfilename]{rhythmic-staff.ly}
+
 
 @section Repeats
 
diff --git a/input/bugs/mark-number.ly b/input/bugs/mark-number.ly
new file mode 100644 (file)
index 0000000..b34c3d8
--- /dev/null
@@ -0,0 +1,5 @@
+% \mark NUMBER should work.
+\score {
+    \notes { c1 \mark 12  c1 }
+    \paper { linewidth  = -1. }
+    }
diff --git a/input/regression/generic-property-override.ly b/input/regression/generic-property-override.ly
deleted file mode 100644 (file)
index 60e533c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-\version "1.3.146"
-\header{
-texidoc="
-More specific settings take precendence over less specific settings. The
-second slur has slurDirection set to down, overriding the stemup  setting.
-"
-}
-
-
-\score {
- \notes \relative c'' \context Voice {
-       \stemUp
-       c'4 () c4 
-       \slurDown
-       c4 ( )c4 
- }
- \paper { linewidth = -1.0 }
-}
diff --git a/input/regression/rhythmic-staff.ly b/input/regression/rhythmic-staff.ly
new file mode 100644 (file)
index 0000000..9b9b6e1
--- /dev/null
@@ -0,0 +1,11 @@
+\header
+{
+
+    texidoc = "In rhythmic staffs, stems should go up, and bar lines have the size for a  5 line staff"
+}
+
+\score { \notes \context RhythmicStaff
+  {
+            r4 c4. c8 r8 c8 | c2 r2
+  }
+}
index e12938e4309a4a03fadd274c5c07dc36a6ba0cc9..44828b48f5dcbe9147aee450d55732d1bef77c13 100644 (file)
@@ -106,7 +106,7 @@ RhythmicStaffContext=\translator{
        VoltaBracket \override #'minimum-space =  #15  % urg, in \pt
        VoltaBracket \override #'padding =  #5  % urg, in \pt
        StaffSymbol \override #'line-count = #1 
-
+       Stem \override #'neutral-direction = #1 
 %      \consists "Repeat_engraver"
        \consists "Dot_column_engraver"
        \consists "Volta_engraver"