[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
voltarepeats
From: |
Han-Wen Nienhuys |
Subject: |
voltarepeats |
Date: |
Sat, 3 Nov 2001 01:15:13 +0100 |
address@hidden writes:
> Between 1.5.18 and 1.5.20 volta repeats have been trashed.
> (I get one long 1st volta and no 2nd volta)
>
> \score { \notes \context Staff {
> \repeat "volta" 2 {c d e f} \alternative {{a b c d} {e f g h}}
> c1 }
> }
Pff. Another self-made embarassing bug. Maybe I should become
something diffrent from a programmer. Sometimes I just don't have
that touch :-)
--- unfolded-repeat-iterator.cc~ Fri Oct 19 11:14:48 2001
+++ unfolded-repeat-iterator.cc Sat Nov 3 01:13:34 2001
@@ -289,7 +289,7 @@
Unfolded_repeat_iterator::add_repeat_command (SCM what)
{
SCM reps = ly_symbol2scm ("repeatCommands");
- SCM current_reps = report_to_l ()->get_property (reps);
+ SCM current_reps = report_to_l ()->internal_get_property (reps);
Translator_group * where = report_to_l ()->where_defined (reps);
if (where
--
Han-Wen Nienhuys | address@hidden | http://www.cs.uu.nl/~hanwen/
- voltarepeats, Rune Zedeler, 2001/11/01
- voltarepeats,
Han-Wen Nienhuys <=