[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fingering beneath the note
From: |
Han-Wen Nienhuys |
Subject: |
Re: Fingering beneath the note |
Date: |
Wed, 14 Nov 2001 22:24:36 +0100 |
address@hidden writes:
> > > There's primitive support for setting fingerings
> > > left or right of the note head, see the example file
> > > input/test/script-horizontal.ly.
> >
> > Thanks! But the dvi output from the example doesn't show the staff lines
> > anymore. Is this normal behaviour? (version 1.4.2)
Opps. try this.
--- text-engraver.cc~ Mon Sep 24 01:04:29 2001
+++ text-engraver.cc Wed Nov 14 22:22:11 2001
@@ -145,7 +145,8 @@
for (int i=0; i < texts_.size (); i++)
{
Item *ti = texts_[i];
- Side_position_interface::add_staff_support (ti);
+ if (!to_boolean (get_property ("scriptHorizontal")))
+ Side_position_interface::add_staff_support (ti);
typeset_grob (ti);
}
texts_.clear ();
--
Han-Wen Nienhuys | address@hidden | http://www.cs.uu.nl/~hanwen/