]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/regression/tuplet-full-length-note.ly: add file.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 31 Jul 2006 13:10:28 +0000 (13:10 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 31 Jul 2006 13:10:28 +0000 (13:10 +0000)
* lily/instrument-name-engraver.cc (acknowledge_axis_group):
always store axis group.

ChangeLog
input/regression/tuplet-full-length-note.ly [new file with mode: 0644]
lily/instrument-name-engraver.cc

index e1c3ed326fcb8608ee6d7bbb5393ac96dbdf6371..10f437ce34dfe010dfa854e52c2a3aacc56f8b28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * input/regression/tuplet-full-length-note.ly: add file.
+
+       * lily/instrument-name-engraver.cc (acknowledge_axis_group):
+       always store axis group.
+
 2006-07-27  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * input/regression/instrument-switch.ly: new file.
diff --git a/input/regression/tuplet-full-length-note.ly b/input/regression/tuplet-full-length-note.ly
new file mode 100644 (file)
index 0000000..ac001bf
--- /dev/null
@@ -0,0 +1,24 @@
+\header {
+
+
+  texidoc = "tuplet can be made to run to prefatory matter or
+the next note, by setting @code{tupletFullLengthNote}."
+
+  }
+
+\version "2.9.12"
+
+\new RhythmicStaff {
+  \set tupletFullLength = ##t
+  \time 4/4
+  \times 4/5 {
+    c'4 c'1
+  }
+  \set tupletFullLengthNote = ##t
+  \time 2/4
+  \times 2/3 {
+    c4 c c 
+  }
+  \time 3/4
+  c'4 c'4 c'4
+}
index 4746d4a09d0553facca835899f7e2294b30ed15d..000058d629622eccb64834e6516d6d124a6a56bd 100644 (file)
@@ -97,8 +97,7 @@ Instrument_name_engraver::start_spanner ()
 void
 Instrument_name_engraver::acknowledge_axis_group (Grob_info info)
 {
-  if (text_spanner_ 
-      && dynamic_cast<Spanner *> (info.grob ())
+  if (dynamic_cast<Spanner *> (info.grob ())
       && Axis_group_interface::has_axis (info.grob (), Y_AXIS)
       && (!Align_interface::has_interface (info.grob ())))
     {