gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Refman


From: Han-Wen Nienhuys
Subject: Re: Refman
Date: Sat, 14 Jul 2001 15:44:32 +0200

address@hidden writes:
> > > wrong note heads being dotted, which illustrates the reason for
> > > the dots down rule, so it will make a good example when fixed.
> > 
> > I can't find this problem, anyone want to post a small example to be
> > put in input/bugs?
> 
> I don't understand.  You mean another example?  Or your copy
> didn't print the dots up?

try this patch

--- property-init.ly.bak        Fri Jun 29 01:03:00 2001
+++ property-init.ly            Sat Jul 14 15:45:58 2001
@@ -44,6 +44,11 @@
   \property Voice.Script \revert #'direction
 }

+dotsUp = \property Voice.Dots \override #'direction = #1
+dotsDown = \property Voice.Dots \override #'direction = #-1
+dotsBoth = \property Voice.Dots \revert #'direction
+
+% why doubly?
 tupletUp  = {
   \property Voice.TupletBracket \override #'direction = #1
   \property Voice.TupletBracket \override #'direction = #1
@@ -84,12 +89,15 @@
   \stemUp
   \slurUp
   \tieUp
+  \dotsUp
 }

 voiceTwo = {
   \stemDown
   \slurDown
   \tieDown
+  \dotsDown
+
 }

 voiceThree = {
@@ -97,6 +105,7 @@
   \slurUp
   \tieUp
   \shiftOn
+  \dotsUp
 }

 voiceFour = {
@@ -104,6 +113,7 @@
   \slurDown
   \tieDown
   \shiftOn
+  \dotsDown
 }

 % There's also dash, but setting dash period/length should be fixed.

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]